You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
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
The text was updated successfully, but these errors were encountered: