Merge pull request #683 from Quentin-M/whoops-404

Add 404 page
This commit is contained in:
Quentin Machu 2015-10-30 14:30:20 -04:00
commit 3f35265858
6 changed files with 136 additions and 101 deletions

View file

@ -76,7 +76,8 @@ location /c1/ {
location /static/ {
# checks for static file, if not found proxy to app
alias /static/;
alias /static/;
error_page 404 /404;
}
location /v1/_ping {