summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2019-08-22 23:44:03 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2019-08-22 23:44:03 +0200
commit856cbdf3f89a7325d66db1608b734860518f8b66 (patch)
tree1c7c95d3dee409604368c5aba1c7e1b81b83ffd4
parent87027c7001ccac56fc0ceb305d146f37ab4b985f (diff)
downloadpillar-856cbdf3f89a7325d66db1608b734860518f8b66.tar.xz
remmy.io: Change root to public_html/remmy.io
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--nginx/remmy_io.sls2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/remmy_io.sls b/nginx/remmy_io.sls
index 6ffef3e..3385585 100644
--- a/nginx/remmy_io.sls
+++ b/nginx/remmy_io.sls
@@ -47,7 +47,7 @@ nginx:
- error_log: /var/log/nginx/remmy_io.error.log
- - root: /home/kyrias/public_html/
+ - root: /home/kyrias/public_html/remmy.io/
- index: index.html
- autoindex: 'on'
- try_files: $uri $uri.html $uri/ =404