1
0

Add auth_basic/req off

This commit is contained in:
nicolas.dorier
2025-05-06 23:39:52 +09:00
parent 9aa2d310f8
commit f3a319e7f9

View File

@@ -517,6 +517,8 @@ server {
# Allow acme challenge requests without redirect
location ^~ /.well-known/acme-challenge/ {
auth_basic off;
auth_request off;
allow all;
root /usr/share/nginx/html;
try_files $uri =404;