summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-03-20 21:08:01 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-03-20 21:08:01 -0400
commit47c93808a77a2a1c7eb2debbab7f63785379b6d4 (patch)
tree61edf6de666676ad38beb91b753bd46b2a5f66e9 /nginx
parent26bfd66fe12b299495da77bc1bb842027d7c8a8d (diff)
add limited cache time for vanadium.app redirect
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index e8031b88..baf471df 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -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;
}