forked from 0x2620/pandora
load pandora for 400 bad request, fixes #1840
This commit is contained in:
parent
b43d704bc9
commit
dc1f4e5ae5
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ server {
|
|||
client_max_body_size 32m;
|
||||
}
|
||||
|
||||
error_page 400 /;
|
||||
error_page 404 /404.html;
|
||||
location /404.html {
|
||||
root /srv/pandora/static/html;
|
||||
|
|
Loading…
Reference in a new issue