diff --git a/Production/nginx.tmpl b/Production/nginx.tmpl index b2bca24..4e8f2d1 100644 --- a/Production/nginx.tmpl +++ b/Production/nginx.tmpl @@ -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;