Added new repo to NGINX config

Replaced folder root with GitHub-cloned repo
This commit is contained in:
Victor Westerlund 2020-11-28 17:30:09 +01:00
parent 4957cf1f75
commit ed5bda63b0

View file

@ -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;
}
}
}