Fix use of proxy_pass for acme_challenges
This commit is contained in:
parent
41f04835de
commit
b941970237
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue