Skip to content

Commit

Permalink
extend immutable Cache-Control to fsv_sig
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed May 10, 2024
1 parent 9605bd7 commit 19c4fe0
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 @@ -357,7 +357,7 @@ http {
brotli_static on;
}

location ~ \.apk\.(:?br|gz)$ {
location ~ \.(:?apk\.br|apk\.gz|fsv_sig)$ {
include snippets/security-headers.conf;
add_header Cache-Control "public, max-age=31536000, immutable";
add_header X-Robots-Tag "none" always;
Expand Down

0 comments on commit 19c4fe0

Please sign in to comment.