comparison ssi.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 134ea15d7473
children 5baf4b01cae4
comparison
equal deleted inserted replaced
502:134ea15d7473 503:071e8941e3bf
36 36
37 http { 37 http {
38 %%TEST_GLOBALS_HTTP%% 38 %%TEST_GLOBALS_HTTP%%
39 39
40 proxy_cache_path %%TESTDIR%%/cache levels=1:2 40 proxy_cache_path %%TESTDIR%%/cache levels=1:2
41 keys_zone=NAME:10m; 41 keys_zone=NAME:1m;
42 42
43 server { 43 server {
44 listen 127.0.0.1:8080; 44 listen 127.0.0.1:8080;
45 server_name localhost; 45 server_name localhost;
46 46