Loading nginx/conf.d/default.conf +0 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,6 @@ server { location / { include /etc/nginx/snippets/cache-usage.conf; add_header X-Frame-Options "SAMEORIGIN"; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; Loading nginx/conf.d/ssl-params.conf +0 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,4 @@ resolver_timeout 1s; # the "preload" directive if you understand the implications. #add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"; add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header X-Frame-Options DENY; add_header X-Content-Type-Options nosniff; Loading
nginx/conf.d/default.conf +0 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,6 @@ server { location / { include /etc/nginx/snippets/cache-usage.conf; add_header X-Frame-Options "SAMEORIGIN"; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; Loading
nginx/conf.d/ssl-params.conf +0 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,4 @@ resolver_timeout 1s; # the "preload" directive if you understand the implications. #add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"; add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header X-Frame-Options DENY; add_header X-Content-Type-Options nosniff;