From d6ad3688734db7a7a0eb330845afc3f2dd5c2df5 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 13 Oct 2021 21:28:29 -0500 Subject: [PATCH] Adjust nginx config file for new Hugo site --- ta180m.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ta180m.conf b/ta180m.conf index d5c3040..5279dca 100644 --- a/ta180m.conf +++ b/ta180m.conf @@ -6,7 +6,7 @@ server { ssl_certificate /etc/letsencrypt/live/exozy.me/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/exozy.me/privkey.pem; - root /srv/http/ta180m; + root /srv/http/ta180m/public; index index.html; location /blog/ {