ingress-nginx-helm/images/custom-error-pages
Ian Roberts e5e33051b9
Allow overriding of the default response format (#7245)
Rather than hard-coding the default response format as HTML, allow the default to be overridden by an environment variable.  For example, given a REST API endpoint that defaults to responding in JSON, you may wish to configure the error messages to be JSON by default as well.
2021-08-06 13:27:29 -07:00
..
rootfs Update documentation for custom error pages (#2630) 2018-06-12 18:03:48 -04:00
main.go Allow overriding of the default response format (#7245) 2021-08-06 13:27:29 -07:00
Makefile Cleanup of docker images 2019-09-03 19:10:40 -04:00
metrics.go Ingress custom backend (#2086) 2018-02-14 09:16:44 -08:00
README.md Update documentation for custom error pages (#2630) 2018-06-12 18:03:48 -04:00

custom-error-pages

Example of Custom error pages for the NGINX Ingress controller