You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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