Update error page to display 404.html
This commit is contained in:
parent
5e9cbcf5c8
commit
2a5dd51d5b
@ -37,6 +37,6 @@ http {
|
||||
add_header Content-Type application/javascript;
|
||||
}
|
||||
|
||||
error_page 404 /index.html;
|
||||
error_page 404 /404.html;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user