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 a713050 commit c9b5ed4Copy full SHA for c9b5ed4
server/conf/nginx_vhost.conf.master
@@ -112,7 +112,7 @@ server {
112
access_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/access.log combined;
113
114
## Disable .htaccess and other hidden files
115
- location ~ /\. {
+ location ~ /\.(?!well-known/acme-challenge/) {
116
deny all;
117
access_log off;
118
log_not_found off;
0 commit comments