Add 404 page

Fixes coreos-inc/quay#677
This commit is contained in:
Quentin Machu 2015-10-21 15:28:45 -04:00
parent e008f48f36
commit adb744089e
6 changed files with 136 additions and 101 deletions

View file

@ -72,7 +72,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 {