Skip to content
Snippets Groups Projects
Commit 9490993f authored by Till Brehm's avatar Till Brehm
Browse files

Implements #5290 in stable branch: Nginx - Allow certbot acme challenge on...

Implements #5290 in stable branch: Nginx - Allow certbot acme challenge on auth_basic protected websites
parent c33bba3c
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ server {
location ^~ /.well-known/acme-challenge/ {
access_log off;
log_not_found off;
auth_basic off;
root /usr/local/ispconfig/interface/acme/;
autoindex off;
index index.html;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment