Skip to content

Commit b6a0ab0

Browse files
author
Marius Burkard
committed
Merge branch 'stable-3.1'
2 parents a713050 + c9b5ed4 commit b6a0ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/nginx_vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ server {
112112
access_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/access.log combined;
113113

114114
## Disable .htaccess and other hidden files
115-
location ~ /\. {
115+
location ~ /\.(?!well-known/acme-challenge/) {
116116
deny all;
117117
access_log off;
118118
log_not_found off;

0 commit comments

Comments
 (0)