Skip to content

Commit 9490993

Browse files
author
Till Brehm
committed
Implements #5290 in stable branch: Nginx - Allow certbot acme challenge on auth_basic protected websites
1 parent c33bba3 commit 9490993

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
@@ -128,6 +128,7 @@ server {
128128
location ^~ /.well-known/acme-challenge/ {
129129
access_log off;
130130
log_not_found off;
131+
auth_basic off;
131132
root /usr/local/ispconfig/interface/acme/;
132133
autoindex off;
133134
index index.html;

0 commit comments

Comments
 (0)