Add 404 error page

This commit is contained in:
Joao Fernandes
2017-02-13 12:58:55 -08:00
parent 0e77e75839
commit 25a650e0c2

View File

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