1
0
Fork 0
forked from exozyme/nginx

Remove config for old blog

This commit is contained in:
Anthony Wang 2021-10-13 22:19:07 -05:00
parent d6ad368873
commit 92ca422133
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

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