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

main
kolaente 2 years ago
parent fc8a7ba5b2
commit aeb945119a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

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

Loading…
Cancel
Save