Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix default Content-Type for custom-error-pages example
This should fix issue [4039](kubernetes/ingress-nginx#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.
- Loading branch information