mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-23 09:12:15 +01:00
Merge pull request #570 from dsullivan/master
Set auth_request off for acme challenge location
This commit is contained in:
commit
7cc7f10f43
@ -1,5 +1,6 @@
|
||||
location ^~ /.well-known/acme-challenge/ {
|
||||
auth_basic off;
|
||||
auth_request off;
|
||||
allow all;
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri =404;
|
||||
|
Loading…
Reference in New Issue
Block a user