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