mirror of
https://github.com/csharpee/nginxconfig.io.git
synced 2025-11-22 00:05:55 -05:00
removed Cache-Control header
This commit is contained in:
parent
1a2dabd0e9
commit
abae124a93
@ -3,7 +3,6 @@ add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
add_header X-XSS-Protection "1; mode=block" always;
|
||||
add_header X-Content-Type-Options "nosniff" always;
|
||||
add_header X-UA-Compatible "IE=Edge" always;
|
||||
add_header Cache-Control "no-transform" always;
|
||||
|
||||
# . files
|
||||
location ~ /\. {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user