From 3f344107836d45979283660ae57054be7818823c Mon Sep 17 00:00:00 2001 From: j Date: Fri, 7 Nov 2025 11:05:47 +0100 Subject: [PATCH] add default acme path --- etc/nginx/pandora | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/nginx/pandora b/etc/nginx/pandora index 1c021368..db3838a3 100644 --- a/etc/nginx/pandora +++ b/etc/nginx/pandora @@ -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; }