Merge pull request #1644 from joaofnfernandes/add-404-handling

Configure nginx to redirect to 404.html
This commit is contained in:
Misty Stanley-Jones 2017-02-14 10:23:37 -08:00 committed by GitHub
commit 67df6ba607
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ http {
include /etc/nginx/mime.types;
}
listen 4000;
error_page 403 404 /404.html;
}
}