perusio / drupal-with-nginx

Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
855 stars 246 forks source link

nginx 1.10 changes from spdy to http2 module #248

Open accuraz opened 8 years ago

accuraz commented 8 years ago

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