comparison ssl.t @ 503:071e8941e3bf

Tests: reduce shared memory zone sizes.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 27 Nov 2014 07:39:55 +0300
parents a82b02635614
children 97660514e518
comparison
equal deleted inserted replaced
502:134ea15d7473 503:071e8941e3bf
47 listen 127.0.0.1:8080; 47 listen 127.0.0.1:8080;
48 server_name localhost; 48 server_name localhost;
49 49
50 ssl_certificate_key localhost.key; 50 ssl_certificate_key localhost.key;
51 ssl_certificate localhost.crt; 51 ssl_certificate localhost.crt;
52 ssl_session_cache shared:SSL:10m; 52 ssl_session_cache shared:SSL:1m;
53 ssl_session_tickets off; 53 ssl_session_tickets off;
54 54
55 location /reuse { 55 location /reuse {
56 return 200 "body $ssl_session_reused"; 56 return 200 "body $ssl_session_reused";
57 } 57 }