Skip to content

Commit 3c099fe

Browse files
committed
Update proxy.conf.template
1 parent da22743 commit 3c099fe

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

proxy/templates/proxy.conf.template

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,7 @@ server {
5959
#
6060
# Mitigate httpoxy attack
6161
proxy_set_header Proxy "";
62-
}
63-
#
64-
# deny access to .htaccess vb. files, if Apache's document root
65-
#
66-
location ~/\. {
67-
deny all;
68-
log_not_found off;
69-
}
70-
#
71-
location ~ /.well-known {
72-
allow all;
73-
}
74-
#
75-
location = /favicon.ico {
76-
log_not_found off;
77-
}
78-
#
79-
location = /robots.txt {
80-
allow all;
81-
log_not_found off;
82-
}
62+
}
8363
#
8464
access_log off;
8565
error_log /var/log/nginx/${NGINX_HOST}.error.log error;

0 commit comments

Comments
 (0)