We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09841d0 commit fe7d350Copy full SHA for fe7d350
proxy/templates/proxy.conf.template
@@ -34,9 +34,6 @@ server {
34
#ssl_trusted_certificate /etc/letsencrypt/live/${NGINX_HOST}/chain.pem;
35
#ssl_dhparam /etc/letsencrypt/ssl-dhparam.pem;
36
include /etc/letsencrypt/options-ssl-nginx.conf;
37
-
38
- # add global x-content-type-options header
39
- add_header X-Content-Type-Options nosniff;
40
41
location / {
42
proxy_pass http://docker_webserver;
0 commit comments