Skip to content

Commit

Permalink
add base Cache-Control for releases.grapheneos.org
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed May 10, 2024
1 parent bff8e6b commit 00a50fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ http {
open_file_cache_valid 1d;

include snippets/security-headers.conf;
add_header Cache-Control "public";

if ($request_uri ~ ^[^?]*//) {
rewrite ^(.*)$ $1 permanent;
Expand Down

0 comments on commit 00a50fc

Please sign in to comment.