We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Caddy, we can disable HTTP2 using:
tls { alpn http/1.1 }
See caddyserver/caddy#189 (comment).
How can this be achieved with the ingress controller?
The text was updated successfully, but these errors were encountered:
It's not possible to do this out of the box (without a plugin) at this moment. It could be added as a field in the config map
Sorry, something went wrong.
No branches or pull requests
In Caddy, we can disable HTTP2 using:
See caddyserver/caddy#189 (comment).
How can this be achieved with the ingress controller?
The text was updated successfully, but these errors were encountered: