Recommended spdy configuration
Valentin V. Bartenev
vbart at nginx.com
Fri Jun 27 07:13:49 UTC 2014
On Wednesday 25 June 2014 07:34:58 khav wrote:
> What is the most suitable value according to you for the following
> directives `spdy_headers_comp` and `spdy_chunk_size` . i want to optimize
> spdy to get better performance.I am only using Nginx as my webserver (No
> apache or any other software).
>
> My Nginx vesion is : 1.7.2
>
Usually the most suitable values are the default ones. You can also turn on
the response header compression:
spdy_headers_comp 1;
but please note, that these compressed headers can be a subject for the CRIME
attack.
wbr, Valentin V. Bartenev
More information about the nginx
mailing list