From 92ca4221331d3887084ff3a0157897292194c7ea Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 13 Oct 2021 22:19:07 -0500 Subject: [PATCH] Remove config for old blog --- ta180m.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ta180m.conf b/ta180m.conf index 5279dca..01c0fce 100644 --- a/ta180m.conf +++ b/ta180m.conf @@ -9,10 +9,6 @@ server { root /srv/http/ta180m/public; index index.html; - location /blog/ { - alias /srv/http/ta180m/blog/_site/; - } - location / { try_files $uri $uri/ =404; }