-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirection issue #1106
Comments
update : After seeing some other issues resolution i have added below annotation to ngnix service file
when i hit http://myexample.com/myapp --> HTTP ERROR 503 - This page isn’t working error in logs : " while reading PROXY protocol, client: 10.55.177.12, server: 0.0.0.0:80 Please help , if I am missing something !! |
Hi @saivikas408 Please take a look at the solution in this issue #548 |
Thanks @pleshakov , After removing proxy protocol from ConfigMap , redirection is working !! Thanks Much |
Hi All,
I have redirection issue from http to https , I am struck with this from 3 days
Here are my kubernetes yaml files
And also here is my nginx service
when I use above files I am able to get the output as below ,but redirection is not happening
when i hit http://myexample.com/myapp --> Shows nginx homepage
when i hit https://myexample.com/myapp --> Shows nginx homepage
Expected behavior
when i hit http://myexample.com/myapp it should redirect to https://myexample.com/myapp and it should display nginx homepage
Your environment
Is there any documentation on how to use Amazon ACM certificates with nginx ?
The text was updated successfully, but these errors were encountered: