nginx: fix inconsistencies in certbox public file directory

Some where referring to /var/www/html, some to /var/www/certbot: now everything should be in /var/www/html,
that should fix certificate renewal
This commit is contained in:
maxlath
2025-05-31 16:49:41 +02:00
parent 56c2dc08e3
commit 61d466f7a2
2 changed files with 4 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ server {
location ^~ '/.well-known/acme-challenge' {
include /etc/nginx/snippets/security_headers.conf;
default_type "text/plain";
root /var/www/certbot;
root /var/www/html;
}
location / {