Fix renew certificates issue with authenticated hosts.
This commit is contained in:
@@ -205,6 +205,8 @@ server {
|
||||
|
||||
location /.well-known/acme-challenge {
|
||||
root /var/www/certbot;
|
||||
auth_request off;
|
||||
auth_basic off;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
Reference in New Issue
Block a user