Skip to content

Commit

Permalink
allow full caching for apps.grapheneos.org redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed May 10, 2024
1 parent 7666128 commit dac18ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ http {
open_file_cache_valid 1d;

include snippets/security-headers.conf;
add_header Cache-Control "public, no-cache";
add_header Cache-Control "public";
add_header X-Robots-Tag "none" always;

if ($request_uri ~ ^[^?]+//) {
Expand Down

0 comments on commit dac18ae

Please sign in to comment.