From ed5bda63b0cd8acdf936e40fd8bed46e15e08677 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sat, 28 Nov 2020 17:30:09 +0100 Subject: [PATCH] Added new repo to NGINX config Replaced folder root with GitHub-cloned repo --- server.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.conf b/server.conf index ad3e7bf..28fe5f8 100644 --- a/server.conf +++ b/server.conf @@ -16,7 +16,7 @@ server { ssl on; include snippets/ssl.conf; - root /var/www/victorwesterlund.com; + root /var/www/github_victorwesterlund_victorwesterlund.com/public; location \ { try_files $uri $uri.html $uri/ =404; @@ -32,4 +32,4 @@ server { deny all; return 404; } -} \ No newline at end of file +}