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
I'd like to have a --alpn-protos command line option that allows me to define which application layer protocols I want to support.
--alpn-protos
From a Docker point of view, this would be a convenience, and would allow me to tackle the following issue on-the-fly:
alpn-protos is specified with more than one protocol while proxy-v2 is not selected. This is a configuration error.
The text was updated successfully, but these errors were encountered:
Turns out we already have this, it was just missing from the --help output.
Fixed via bd7806e
Sorry, something went wrong.
daghf
No branches or pull requests
I'd like to have a
--alpn-protos
command line option that allows me to define which application layer protocols I want to support.From a Docker point of view, this would be a convenience, and would allow me to tackle the following issue on-the-fly:
The text was updated successfully, but these errors were encountered: