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 1.10 changes from spdy to http2 module #248

Open
accuraz opened this issue May 7, 2016 · 0 comments
Open

nginx 1.10 changes from spdy to http2 module #248

accuraz opened this issue May 7, 2016 · 0 comments

Comments

@accuraz
Copy link

accuraz commented May 7, 2016

Hello guys,

I just upgrade nginx to the latest stable version (1.10).

The are some several module changes for spdy and other ones.

spdy is now handled by http2 module so the spdy parameter in vhosts must be replaced by http2.

spdy_headers_comp in nginx.conf is also obsolete because http2 module seems to support header compression without any configuration line to activate it. Instead there are most precise configuration parameters :

  • http2_chunk_size,
  • http2_idle_timeout,
  • http2_max_concurrent_streams,
  • http2_max_field_size,
  • http2_max_header_size,
  • http2_recv_buffer_size,
  • http2_recv_timeout,

The problem is that nginx 1.10 is not included to the most used Linux distros so I'm not confident @perusio is willing to pull all this stuff into master or d7 branches.

Does any of you being dealing with those news parameters listed above ? Have you find out better values than default values ?

I'm testing those parameters in several ways since nginx 1.10 is out but I don't find any profits.

Thanks

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

1 participant