Changes between Version 2 and Version 3 of Ticket #1338, comment 3
- Timestamp:
- 07/28/17 02:20:27 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1338, comment 3
v2 v3 1 Yes, "Session resumption happens in the context of the default server". 2 But nginx config is different between every servers. 3 The ssl ctx reseted by ngx_http_ssl_servername, the session_ctx in nginx connection not modified. 4 5 6 Why not reset the session_ctx in ngx_http_ssl_servername() with ssl context together? 7 {{{ 8 if (sscf->ssl.ctx) { 9 ...... 10 c->ssl->session_ctx = sscf->ssl.ctx; 11 } 12 }}} 1 How to config different shm for servers.