From 856cbdf3f89a7325d66db1608b734860518f8b66 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 22 Aug 2019 23:44:03 +0200 Subject: remmy.io: Change root to public_html/remmy.io MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nginx/remmy_io.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf