mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
vesta-nginx 404 error handler
This commit is contained in:
parent
ff325d4cb5
commit
5216448163
2 changed files with 27 additions and 1 deletions
|
@ -88,7 +88,7 @@ http {
|
|||
ssl_session_cache shared:SSL:10m;
|
||||
ssl_session_timeout 10m;
|
||||
|
||||
error_page 404 /error/index.html;
|
||||
error_page 404 /error/404/index.html;
|
||||
error_page 403 /error/index.html;
|
||||
error_page 500 /error/index.html;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue