Fix showing blog list page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-04-25 20:39:24 +02:00
parent fc8a7ba5b2
commit aeb945119a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@ http {
error_page 500 502 503 504 /50x.html;
}
location = /blog/ {
root /usr/share/nginx/html;
index /blog/post/index.html;
}
location = /50x.html {
root /usr/share/nginx/html;
}