diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2020-07-15 20:42:10 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2020-07-15 20:42:10 +0200 |
commit | e77c75734e6ade56d98aace2ea32618abd3b47ca (patch) | |
tree | e7d69d925004f6c3c23b8b3504472a124f9caa24 | |
parent | 110749e2d44c64a2fa9407d8af80daef620f5deb (diff) | |
download | pillar-e77c75734e6ade56d98aace2ea32618abd3b47ca.tar.xz |
nginx/remmy_io: Add acme-challenge well-known to https section
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | nginx/remmy_io.sls | 3 |
1 files changed, 3 insertions, 0 deletions
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 |