From b6a0ab059e67975984633b1a99446818b3e9ee59 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Mon, 18 Jan 2016 08:43:34 -0500 Subject: [PATCH] Merge branch 'stable-3.1' --- server/conf/nginx_vhost.conf.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/conf/nginx_vhost.conf.master b/server/conf/nginx_vhost.conf.master index 807eeb1..97862c5 100644 --- a/server/conf/nginx_vhost.conf.master +++ b/server/conf/nginx_vhost.conf.master @@ -112,7 +112,7 @@ access_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/access.log combined; ## Disable .htaccess and other hidden files - location ~ /\. { + location ~ /\.(?!well-known/acme-challenge/) { deny all; access_log off; log_not_found off; -- Gitblit v1.9.1