mirror of https://github.com/docker/docs.git
Merge pull request #1644 from joaofnfernandes/add-404-handling
Configure nginx to redirect to 404.html
This commit is contained in:
commit
67df6ba607
|
@ -13,5 +13,6 @@ http {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
}
|
}
|
||||||
listen 4000;
|
listen 4000;
|
||||||
|
error_page 403 404 /404.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue