Replies: 1 comment
-
This appears to be related to the community ingress project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo there,
I have a problem configuring my nginx. Problem is following.
We have our DNS service that I can not change. let us see we have reserved the DNS cloudservices.company.com.
This DNS will forwards all traffic to our aws NLB Loadbalancer through NGINX like following.
NLB: example12348695758575.elb.region.amazonaws.com
my ingress-rules.yaml is like
My config.yaml currently looks like
my question is:
when I call now the nlb direct, it works and I can see my services. But if I use the DNS then I got errors like
I got the error
what should I add to the config or how to reconfigure my nginx to forwards the traffic coming from our DNS to our NLB through NGINX.
Beta Was this translation helpful? Give feedback.
All reactions