Skip to content

Commit acc86e2

Browse files
committed
cleanup template
1 parent c75ab94 commit acc86e2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

server/conf/nginx_vhost.conf.master

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,6 @@ server {
273273
}
274274
</tmpl_if>
275275

276-
location ~ /\.well-known/acme-challenge/ {
277-
root /usr/local/ispconfig/interface/acme/;
278-
index index.html index.htm;
279-
try_files $uri =404;
280-
}
281-
282-
283276
<tmpl_loop name="basic_auth_locations">
284277
location <tmpl_var name='htpasswd_location'> { ##merge##
285278
auth_basic "Members Only";

0 commit comments

Comments
 (0)