mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 13:00:41 +02:00
Add auth_basic/req off
This commit is contained in:
parent
9aa2d310f8
commit
f3a319e7f9
@ -517,6 +517,8 @@ server {
|
|||||||
|
|
||||||
# Allow acme challenge requests without redirect
|
# Allow acme challenge requests without redirect
|
||||||
location ^~ /.well-known/acme-challenge/ {
|
location ^~ /.well-known/acme-challenge/ {
|
||||||
|
auth_basic off;
|
||||||
|
auth_request off;
|
||||||
allow all;
|
allow all;
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
try_files $uri =404;
|
try_files $uri =404;
|
||||||
|
Loading…
Reference in New Issue
Block a user