mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-09 05:16:27 +10:00
556 B
556 B
Default backend
The default backend is a service which handles all URL paths and hosts the nginx controller doesn't understand (i.e., all the requests that are not mapped with an Ingress).
Basically a default backend exposes two URLs:
/healthzthat returns 200/that returns 404
!!! example
The sub-directory /images/custom-error-pages
provides an additional service for the purpose of customizing the error pages served via the default backend.