summaryrefslogtreecommitdiffstats
path: root/theos/nginx/theos_kyriasis_com.sls
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-01-10 16:40:03 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2017-01-10 16:40:03 +0000
commit9638d1a73f99612d514e1f8554f4a6277a429977 (patch)
tree999cee7f7e3fd79b4be0504d6c0bde0e1cadbf85 /theos/nginx/theos_kyriasis_com.sls
parentc08292040f51f8ebc67c0c75c7bc83980a914929 (diff)
downloadpillar-9638d1a73f99612d514e1f8554f4a6277a429977.tar.xz
nginx: set the acme-challenge wels-known path properly for everything
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'theos/nginx/theos_kyriasis_com.sls')
-rw-r--r--theos/nginx/theos_kyriasis_com.sls5
1 files changed, 5 insertions, 0 deletions
diff --git a/theos/nginx/theos_kyriasis_com.sls b/theos/nginx/theos_kyriasis_com.sls
index cbcc756..890e8a6 100644
--- a/theos/nginx/theos_kyriasis_com.sls
+++ b/theos/nginx/theos_kyriasis_com.sls
@@ -9,8 +9,13 @@ nginx:
- server_name: theos.kyriasis.com
- listen: 80
- listen: '[::]:80'
+
+ - location /.well-known/acme-challenge:
+ - root: /srv/http
+
- return: '301 https://$server_name$request_uri'
+
- server:
- server_name: theos.kyriasis.com
- listen: 443 ssl http2