Update default

master
Edwin Lyon 3 years ago committed by GitHub
parent ed23ac38e1
commit 2a36069af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nginx/default

@ -10,7 +10,6 @@ server {
location / {
return 301 https://$host$request_uri;
add_header Strict-Transport-Security "max-age=31536000";
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header Referrer-Policy "no-referrer-when-downgrade";
@ -39,7 +38,6 @@ server {
location / {
return 301 https://$host$request_uri;
add_header Strict-Transport-Security "max-age=31536000";
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header Referrer-Policy "no-referrer-when-downgrade";

Loading…
Cancel
Save