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
http2 is supported since 1.9.5 and spdy is superseded by http2. https://www.nginx.com/blog/nginx-1-9-5/ before 1.9.5 spdy still should be supported
spdy => 'on',
after 1.9.5
http2 => 'on',
and real configuration should be
listen 443 ssl http2 default_server;
The text was updated successfully, but these errors were encountered:
Any chance you could put together a PR? Would happily review and merge.
Sorry, something went wrong.
Fixed in #703
No branches or pull requests
http2 is supported since 1.9.5 and spdy is superseded by http2.
https://www.nginx.com/blog/nginx-1-9-5/
before 1.9.5 spdy still should be supported
after 1.9.5
and real configuration should be
The text was updated successfully, but these errors were encountered: