Replies: 2 comments 3 replies
-
Hi @pimjansen! I have no idea because I haven't much experience with the k8s. But maybe @onedr0p can help you? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@pimjansen instead of having a global setting for the error codes you would need to set it on a per-ingress basis. See the ingress nginx annotations docs on that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I have added the error pages to my k8s nginx-ingress. It works fine and proper error pages are returned. The problem i have is that i have some applications that handle 500 / 404 etc theirselfs with their own custom error pages. At this moment all my 404 responses are catched and return the error pages from the defaultHandler.
Is there a proper way to configure that certain applications can do their own?
Beta Was this translation helpful? Give feedback.
All reactions