mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 20:42:04 +01:00
Disable basic auth for letsencrypt challenge
This commit is contained in:
parent
f284a36f1a
commit
9bb159be51
@ -1,4 +1,5 @@
|
||||
location /.well-known/ {
|
||||
auth_basic off;
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user