comparison src/http/modules/ngx_http_uwsgi_module.c @ 3693:e3bcc2f4c418

fix scgi_no_cache and uwsgi_no_cache initialization
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Jul 2010 11:29:19 +0000
parents 045ea40cbfe8
children b0a0686a85bb
comparison
equal deleted inserted replaced
3692:045ea40cbfe8 3693:e3bcc2f4c418
1066 conf->upstream.pass_request_body = NGX_CONF_UNSET; 1066 conf->upstream.pass_request_body = NGX_CONF_UNSET;
1067 1067
1068 #if (NGX_HTTP_CACHE) 1068 #if (NGX_HTTP_CACHE)
1069 conf->upstream.cache = NGX_CONF_UNSET_PTR; 1069 conf->upstream.cache = NGX_CONF_UNSET_PTR;
1070 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT; 1070 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT;
1071 conf->upstream.no_cache = NGX_CONF_UNSET_PTR;
1071 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR; 1072 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR;
1072 #endif 1073 #endif
1073 1074
1074 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; 1075 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR;
1075 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; 1076 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR;