SSL session cache

Ryan B mp3geek at gmail.com
Fri Jun 17 02:48:07 MSD 2011


Increasing the ssl_session cache from 10 to 30mins, would cause less
cpu? (getting around 200 ssl hits/per min)

ssl_session_cache    shared:SSL:10m;
ssl_session_timeout  10m;

to:
ssl_session_cache    shared:SSL:30m;
ssl_session_timeout  10m;



More information about the nginx mailing list