diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2019-08-22 23:44:03 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2019-08-22 23:44:03 +0200 |
commit | 856cbdf3f89a7325d66db1608b734860518f8b66 (patch) | |
tree | 1c7c95d3dee409604368c5aba1c7e1b81b83ffd4 /nginx | |
parent | 87027c7001ccac56fc0ceb305d146f37ab4b985f (diff) | |
download | pillar-856cbdf3f89a7325d66db1608b734860518f8b66.tar.xz |
remmy.io: Change root to public_html/remmy.io
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx/remmy_io.sls | 2 |
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 |