diff options
-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 |