This commit is contained in:
vlaborie 2018-09-20 16:40:54 +02:00
parent e7f978398d
commit 42d38813a1

View file

@ -87,7 +87,7 @@ Configuration Stretch :
~~~
location ~ /.well-known/acme-challenge {
alias /var/lib/letsencrypt/
alias /var/lib/letsencrypt/;
try_files $uri =404;
allow all;
}