Skip to content

Commit fe7d350

Browse files
committed
Update proxy.conf.template
1 parent 09841d0 commit fe7d350

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

proxy/templates/proxy.conf.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ server {
3434
#ssl_trusted_certificate /etc/letsencrypt/live/${NGINX_HOST}/chain.pem;
3535
#ssl_dhparam /etc/letsencrypt/ssl-dhparam.pem;
3636
include /etc/letsencrypt/options-ssl-nginx.conf;
37-
38-
# add global x-content-type-options header
39-
add_header X-Content-Type-Options nosniff;
4037

4138
location / {
4239
proxy_pass http://docker_webserver;

0 commit comments

Comments
 (0)