Fix use of proxy_pass for acme_challenges

This commit is contained in:
nemunaire 2025-12-27 07:35:50 +00:00
commit b941970237

View file

@ -33,7 +33,7 @@ server {
{% if unsecure_server is defined -%}
{{ unsecure_server | indent(4) }}
{%- endif %}
location /.well-known/acme-challenge {
location /.well-known/acme-challenge/ {
root /var/www/acme;
{% if nginx_acme_challenge is defined %}
{{ nginx_acme_challenge }}