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

http2 support #690

Closed
nunnun opened this issue Sep 29, 2015 · 2 comments
Closed

http2 support #690

nunnun opened this issue Sep 29, 2015 · 2 comments

Comments

@nunnun
Copy link

nunnun commented Sep 29, 2015

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;
@jfryman
Copy link
Contributor

jfryman commented Oct 2, 2015

Any chance you could put together a PR? Would happily review and merge.

@3flex
Copy link
Contributor

3flex commented Nov 5, 2015

Fixed in #703

@3flex 3flex closed this as completed Nov 5, 2015
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

3 participants