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 6fa603a commit ad055c0Copy full SHA for ad055c0
proxy/templates/proxy.conf.template
@@ -63,24 +63,24 @@ server {
63
}
64
#
65
# deny access to .htaccess vb. files, if Apache's document root
66
- #
+ #
67
location ~/\. {
68
- deny all;
69
- log_not_found off;
70
- }
+ deny all;
+ log_not_found off;
+ }
71
72
location ~ /.well-known {
73
allow all;
74
75
76
- location = /favicon.ico {
77
78
+ location = /favicon.ico {
79
80
- location = /robots.txt {
81
- allow all;
82
83
+ location = /robots.txt {
+ allow all;
84
85
access_log off;
86
error_log /var/log/nginx/${NGINX_HOST}.error.log error;
0 commit comments