diff --git a/server/conf/nginx_vhost.conf.master b/server/conf/nginx_vhost.conf.master index 0240a8c4ecc46d6084f0e7d7dc50eaefdf7f9e35..b84f0bd872d66407961ade54a5567ef869c67dc8 100644 --- a/server/conf/nginx_vhost.conf.master +++ b/server/conf/nginx_vhost.conf.master @@ -273,13 +273,6 @@ server { } </tmpl_if> -location ~ /\.well-known/acme-challenge/ { - root /usr/local/ispconfig/interface/acme/; - index index.html index.htm; - try_files $uri =404; -} - - <tmpl_loop name="basic_auth_locations"> location <tmpl_var name='htpasswd_location'> { ##merge## auth_basic "Members Only";