comparison fastcgi_merge_params2.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 fa71c725d40a
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 fastcgi_cache_path %%TESTDIR%%/cache levels=1:2 41 fastcgi_cache_path %%TESTDIR%%/cache levels=1:2
42 keys_zone=NAME:10m; 42 keys_zone=NAME:1m;
43 43
44 fastcgi_cache_key stub; 44 fastcgi_cache_key stub;
45 45
46 # no fastcgi_param at all, cache switched on at server level 46 # no fastcgi_param at all, cache switched on at server level
47 47