22
0
Fork 0
This commit is contained in:
vlaborie 2018-09-20 16:40:54 +02:00
parent e7f978398d
commit 42d38813a1
1 changed files with 1 additions and 1 deletions

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;
}