comparison fastcgi_merge_params2.t @ 459:272925d99ad5

Tests: set cache keys to silence upcoming warnings.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Sep 2014 20:35:40 +0400
parents 6fe0459b6668
children 071e8941e3bf
comparison
equal deleted inserted replaced
458:ae69f9bdba92 459:272925d99ad5
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:10m;
43
44 fastcgi_cache_key stub;
43 45
44 # no fastcgi_param at all, cache switched on at server level 46 # no fastcgi_param at all, cache switched on at server level
45 47
46 server { 48 server {
47 listen 127.0.0.1:8080; 49 listen 127.0.0.1:8080;