Skip to content

Commit ad055c0

Browse files
committed
Update proxy.conf.template
1 parent 6fa603a commit ad055c0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

proxy/templates/proxy.conf.template

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,24 @@ server {
6363
}
6464
#
6565
# deny access to .htaccess vb. files, if Apache's document root
66-
#
66+
#
6767
location ~/\. {
68-
deny all;
69-
log_not_found off;
70-
}
68+
deny all;
69+
log_not_found off;
70+
}
7171
#
7272
location ~ /.well-known {
7373
allow all;
7474
}
7575
#
76-
location = /favicon.ico {
77-
log_not_found off;
78-
}
76+
location = /favicon.ico {
77+
log_not_found off;
78+
}
7979
#
80-
location = /robots.txt {
81-
allow all;
82-
log_not_found off;
83-
}
80+
location = /robots.txt {
81+
allow all;
82+
log_not_found off;
83+
}
8484
#
8585
access_log off;
8686
error_log /var/log/nginx/${NGINX_HOST}.error.log error;

0 commit comments

Comments
 (0)