# README
custom-error-page
custom error page for nginx ingress controller
# Constants
CodeHeader name of the header used as source of the HTTP status code to return.
ContentType name of the header that defines the format of the reply.
No description provided by the author
No description provided by the author
DefaultFormatVar is the name of the environment variable indicating the default error MIME type that should be returned if either the client does not specify an Accept header, or the Accept header provided cannot be mapped to a file extension.
No description provided by the author
ErrFilesPathVar is the name of the environment variable indicating the location on disk of files served by the handler.
FormatHeader name of the header used to extract the format.
IngressName name of the header that contains the matched Ingress.
No description provided by the author
Namespace name of the header that contains information about the Ingress namespace.
OriginalFormatHeader for non-error page, like not exist path or host, request will be redirect to default backend directly, in this case, this app will only receive accept header.
OriginalURI name of the header with the original URL from NGINX.
RequestId is a unique ID that identifies the request - same as for backend service.
No description provided by the author
No description provided by the author
ServiceName name of the header that contains the matched Service in the Ingress.
ServicePort name of the header that contains the matched Service port in the Ingress.