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

Nginx http2 support #5346

Closed
heyarne opened this issue Dec 21, 2017 · 2 comments
Closed

Nginx http2 support #5346

heyarne opened this issue Dec 21, 2017 · 2 comments

Comments

@heyarne
Copy link

heyarne commented Dec 21, 2017

Hi,
I've got a question: Is it possible to add http2 support to nginx? It should just be a matter of replacing listen 443 ssl with listen 443 ssl http2 and it works if nginx is compiled with HTTP2 support:

$ nginx -V
nginx version: nginx/1.10.3
built with OpenSSL 1.1.0f  25 May 2017
TLS SNI support enabled
configure arguments: ... --with-http_v2_module ...

This could be detected or made configurable with an additional flag maybe. Any thoughts on this? Can I manually configure this somehow in the meantime?

@SwartzCr
Copy link
Contributor

SwartzCr commented Jan 2, 2018

@ohemorange Want to add this to wishlist?

@ohemorange
Copy link
Contributor

Closing as duplicate of #3646.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants