From c42a5c8490668e7214d958dcf9d277934c8f4077 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 14 Jul 2021 23:27:01 +0000 Subject: [PATCH] Update ta180m.conf --- ta180m.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ta180m.conf b/ta180m.conf index bb61325..03991dc 100644 --- a/ta180m.conf +++ b/ta180m.conf @@ -8,6 +8,10 @@ server { root /srv/http/ta180m; index index.html; + + location /blog { + alias /srv/http/ta180m/blog/_site; + } location / { try_files $uri $uri/ =404;