From e77c75734e6ade56d98aace2ea32618abd3b47ca Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 15 Jul 2020 20:42:10 +0200 Subject: nginx/remmy_io: Add acme-challenge well-known to https section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nginx/remmy_io.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/remmy_io.sls b/nginx/remmy_io.sls index 71ac620..78dab71 100644 --- a/nginx/remmy_io.sls +++ b/nginx/remmy_io.sls @@ -52,6 +52,9 @@ nginx: - autoindex: 'on' - try_files: $uri $uri.html $uri/ =404 + - location /.well-known/acme-challenge: + - root: /srv/http + - location ~ \.(js|css|png): - expires: modified +7d -- cgit v1.2.3-54-g00ecf