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;