forked from vikunja/blog
Fix nginx config again
This commit is contained in:
parent
99be0848a5
commit
66ba160ffa
@ -57,10 +57,11 @@ http {
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
|
||||
error_page 404 /404.html;
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
}
|
||||
|
||||
error_page 404 /blog/404.html;
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user