add limited cache time for vanadium.app redirect
This commit is contained in:
@@ -192,6 +192,7 @@ http {
|
|||||||
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
||||||
|
|
||||||
location = / {
|
location = / {
|
||||||
|
add_header Cache-Control "public, max-age=2592000";
|
||||||
return 301 https://grapheneos.org/features#vanadium;
|
return 301 https://grapheneos.org/features#vanadium;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user