ingress-nginx-helm/images/custom-error-pages
Julio H Morimoto 7245340e88
Fix default Content-Type for custom-error-pages example
This should fix issue [4039](https://github.com/kubernetes/ingress-nginx/issues/4039). This default backend fails to send the correct `Content-Type` header when it fails to decode the `Accept` request header.

This patch simply forces `text/html` in that specific scenario.
2019-04-25 14:53:22 -03:00
..
rootfs Update documentation for custom error pages (#2630) 2018-06-12 18:03:48 -04:00
main.go Fix default Content-Type for custom-error-pages example 2019-04-25 14:53:22 -03:00
Makefile Update nginx image 2018-08-14 23:12:39 -03: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