Update error page to /index.html
This commit is contained in:
@ -30,6 +30,6 @@ http {
|
||||
add_header Cache-Control "public";
|
||||
}
|
||||
|
||||
error_page 404 /error_page.html;
|
||||
error_page 404 /index.html;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user