Fix ACME webroot path in updates site

This commit is contained in:
Alexander Dietrich 2022-08-08 21:45:27 +02:00
parent c6802f992e
commit 28e3b58c6f

View file

@ -36,7 +36,7 @@ server {
{% if updates_letsencrypt == 'local' %}
location ^~ /.well-known/acme-challenge {
root /var/www/_acme-challenge;
root /var/www/acme-challenge;
access_log off;
}
{% elif updates_letsencrypt == 'srv01' %}