aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_scgi_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-14 11:29:19 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-07-14 11:29:19 +0000
commit4769d106041e890554110c9e548cc72ae238c470 (patch)
treefb16ca66b749fbc1d7dc330292e346ed3a2617cc /src/http/modules/ngx_http_scgi_module.c
parentf3870c66df0c79b6da45b2a49d113d45456c04d5 (diff)
downloadnginx-4769d106041e890554110c9e548cc72ae238c470.tar.gz
nginx-4769d106041e890554110c9e548cc72ae238c470.zip
fix scgi_no_cache and uwsgi_no_cache initialization
Diffstat (limited to 'src/http/modules/ngx_http_scgi_module.c')
-rw-r--r--src/http/modules/ngx_http_scgi_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_scgi_module.c b/src/http/modules/ngx_http_scgi_module.c
index 11d3610a4..3524b6357 100644
--- a/src/http/modules/ngx_http_scgi_module.c
+++ b/src/http/modules/ngx_http_scgi_module.c
@@ -1015,6 +1015,7 @@ ngx_http_scgi_create_loc_conf(ngx_conf_t *cf)
#if (NGX_HTTP_CACHE)
conf->upstream.cache = NGX_CONF_UNSET_PTR;
conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT;
+ conf->upstream.no_cache = NGX_CONF_UNSET_PTR;
conf->upstream.cache_valid = NGX_CONF_UNSET_PTR;
#endif