forked from vikunja/blog
Fix showing blog list page
This commit is contained in:
parent
fc8a7ba5b2
commit
aeb945119a
@ -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…
Reference in New Issue
Block a user