comparison scgi_merge_params.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 82b15c81978e
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 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:10m;
43
44 scgi_cache_key stub;
43 45
44 scgi_param SCGI 1; 46 scgi_param SCGI 1;
45 scgi_param HTTP_X_BLAH "blah"; 47 scgi_param HTTP_X_BLAH "blah";
46 48
47 server { 49 server {