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 +}