Skip to content

Commit 72b955c

Browse files
author
Till Brehm
committed
Merge branch 'issue/5290' into 'master'
Fixes #5290 - Allow Certbot http challenge on nginx behind basic auth Closes #5290 See merge request ispconfig/ispconfig3!892
2 parents de52e8b + 5662bd1 commit 72b955c

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)