Enable Letsencrypt installation on sites that use basic auth
This commit is contained in:
@@ -33,6 +33,7 @@ server {
|
||||
location /.well-known/acme-challenge/ {
|
||||
alias /var/www/html/.well-known/acme-challenge/;
|
||||
allow all;
|
||||
auth_basic off;
|
||||
}
|
||||
{{/proxy}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user