mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-23 00:52:02 +01:00
enable public access to validation endpoints despite existing IP whitelisting or basic auth settings
This commit is contained in:
parent
bb19548800
commit
e2f0abfa3e
@ -1,5 +1,5 @@
|
||||
location /.well-known/acme-challenge/ {
|
||||
auth_basic off;
|
||||
allow all;
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri =404;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user