1
0
Fork 0
forked from exozyme/nginx

Update ta180m.conf

This commit is contained in:
Anthony Wang 2021-07-14 23:27:01 +00:00 committed by GitHub
parent 6e9985c82c
commit c42a5c8490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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