From 42d38813a14609c965ac275e3bcd3137de12366e Mon Sep 17 00:00:00 2001 From: vlaborie Date: Thu, 20 Sep 2018 16:40:54 +0200 Subject: [PATCH] Fix ; --- HowtoLetsEncrypt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoLetsEncrypt.md b/HowtoLetsEncrypt.md index 18754b0f..cf6fe01d 100644 --- a/HowtoLetsEncrypt.md +++ b/HowtoLetsEncrypt.md @@ -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; }