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