Fix renew certificates issue with authenticated hosts.

This commit is contained in:
Mikaël Capelle
2025-05-27 12:38:26 +00:00
parent 87971f0ca6
commit d4676647cb
3 changed files with 4 additions and 0 deletions

View File

@@ -205,6 +205,8 @@ server {
location /.well-known/acme-challenge {
root /var/www/certbot;
auth_request off;
auth_basic off;
}
location / {