Skip to content
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

Permanent redirect 308 not supported in IE11 #1

Closed
gchevalley opened this issue Nov 14, 2018 · 2 comments
Closed

Permanent redirect 308 not supported in IE11 #1

gchevalley opened this issue Nov 14, 2018 · 2 comments

Comments

@gchevalley
Copy link
Member

kubernetes/ingress-nginx#1825

@gchevalley
Copy link
Member Author

https://github.com/Shopify/ingress/blob/master/docs/user-guide/nginx-configuration/annotations.md

nginx.ingress.kubernetes.io/permanent-redirect-code: '301'

only supported by recent ingress-nginx version

@gchevalley
Copy link
Member Author

solution through config map:

https://stackoverflow.com/questions/52616189/kubernetes-nginx-ingress-http-to-https-redirect-via-301-instead-of-308

kubectl.exe -n ingress-nginx edit cm nginx-configuration

data:
  http-redirect-code: "301"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant