Add auth_basic/req off
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user