iacore.conf: add 404 page
This commit is contained in:
parent
433bb0c76d
commit
82eb8cc7b7
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ server {
|
|||
location / {
|
||||
try_files $uri $uri.html $uri/ =404;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Reference in a new issue