Replies: 1 comment 1 reply
-
There are a number of changes that are happening around the http2 directives, if you have not noticed. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is your feature request related to a problem? Please describe.
nginx-ingress
currently doesn't support enabling HTTP2 unless using TLS.Describe the solution you'd like
In nginx 1.25.1, HTTP/1.1 and HTTP/2 on same TCP stream is supported, with the new
http2
directive. We can use it in the latestnginx-ingress
.Describe alternatives you've considered
None.
Additional context
None.
Beta Was this translation helpful? Give feedback.
All reactions