add default acme path

This commit is contained in:
j 2025-11-07 11:05:47 +01:00
commit 3f34410783

View file

@ -22,6 +22,11 @@ server {
access_log /var/log/nginx/pandora.access.log;
error_log /var/log/nginx/pandora.error.log;
location /.well-known/acme-challenge/ {
root /var/www/html/;
autoindex off;
}
location /favicon.ico {
root /srv/pandora/static;
}