Skip to content

Commit 93fc7cc

Browse files
committed
Update proxy.conf.template
1 parent 4189542 commit 93fc7cc

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

proxy/templates/proxy.conf.template

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,6 @@ server {
6060
proxy_set_header Proxy "";
6161
}
6262
#
63-
# deny access to .htaccess vb. files, if Apache's document root
64-
location ~/\. {
65-
deny all;
66-
log_not_found off;
67-
}
68-
#
69-
location = /favicon.ico {
70-
log_not_found off;
71-
access_log off;
72-
}
73-
#
74-
location = /robots.txt {
75-
allow all;
76-
log_not_found off;
77-
access_log off;
78-
}
79-
#
8063
access_log off;
8164
error_log /var/log/nginx/${NGINX_HOST}.error.log error;
8265
}

0 commit comments

Comments
 (0)