summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2019-08-22 23:45:29 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2019-08-22 23:45:29 +0200
commit1e931f5ce7a4a3ed37b44ec81855ac8431515e69 (patch)
treefd64b4c936f539cf26a174ef5ca6168ee23595a7
parent856cbdf3f89a7325d66db1608b734860518f8b66 (diff)
downloadpillar-1e931f5ce7a4a3ed37b44ec81855ac8431515e69.tar.xz
remmy.io: Make start.html the first index
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 3385585..71ac620 100644
--- a/nginx/remmy_io.sls
+++ b/nginx/remmy_io.sls
@@ -48,7 +48,7 @@ nginx:
- error_log: /var/log/nginx/remmy_io.error.log
- root: /home/kyrias/public_html/remmy.io/
- - index: index.html
+ - index: start.html index.html
- autoindex: 'on'
- try_files: $uri $uri.html $uri/ =404