add limited cache time for vanadium.app redirect

This commit is contained in:
Daniel Micay 2024-03-20 21:08:01 -04:00
parent 26bfd66fe1
commit 47c93808a7

View File

@ -192,6 +192,7 @@ http {
add_header Cross-Origin-Resource-Policy "same-origin" always;
location = / {
add_header Cache-Control "public, max-age=2592000";
return 301 https://grapheneos.org/features#vanadium;
}