vesta-nginx 404 error handler

This commit is contained in:
Serghey Rodin 2014-04-07 23:48:30 +03:00
commit 5216448163
2 changed files with 27 additions and 1 deletions

View file

@ -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;