comparison scgi_merge_params.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 272925d99ad5
children 2cd00179f4b2
comparison
equal deleted inserted replaced
502:134ea15d7473 503:071e8941e3bf
37 37
38 http { 38 http {
39 %%TEST_GLOBALS_HTTP%% 39 %%TEST_GLOBALS_HTTP%%
40 40
41 scgi_cache_path %%TESTDIR%%/cache levels=1:2 41 scgi_cache_path %%TESTDIR%%/cache levels=1:2
42 keys_zone=NAME:10m; 42 keys_zone=NAME:1m;
43 43
44 scgi_cache_key stub; 44 scgi_cache_key stub;
45 45
46 scgi_param SCGI 1; 46 scgi_param SCGI 1;
47 scgi_param HTTP_X_BLAH "blah"; 47 scgi_param HTTP_X_BLAH "blah";