Skip to content

Commit 5662bd1

Browse files
Guillaume ChauvinGuillaume Chauvin
authored andcommitted
Fixes #5290 - Allow Certbot http challenge behind basic auth
1 parent de52e8b commit 5662bd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/conf/nginx_vhost.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ server {
143143
location ^~ /.well-known/acme-challenge/ {
144144
access_log off;
145145
log_not_found off;
146+
auth_basic off;
146147
root /usr/local/ispconfig/interface/acme/;
147148
autoindex off;
148149
index index.html;

0 commit comments

Comments
 (0)