add limited cache time for vanadium.app redirect
This commit is contained in:
parent
26bfd66fe1
commit
47c93808a7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user