Recommended spdy configuration

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

Thanks

Posted at Nginx Forum:

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

Thanks for the info Valentin

Posted at Nginx Forum: