We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de52e8b + 5662bd1 commit 72b955cCopy full SHA for 72b955c
1 file changed
server/conf/nginx_vhost.conf.master
@@ -143,6 +143,7 @@ server {
143
location ^~ /.well-known/acme-challenge/ {
144
access_log off;
145
log_not_found off;
146
+ auth_basic off;
147
root /usr/local/ispconfig/interface/acme/;
148
autoindex off;
149
index index.html;
0 commit comments