comparison src/http/modules/ngx_http_scgi_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
1013 conf->upstream.pass_request_body = NGX_CONF_UNSET; 1013 conf->upstream.pass_request_body = NGX_CONF_UNSET;
1014 1014
1015 #if (NGX_HTTP_CACHE) 1015 #if (NGX_HTTP_CACHE)
1016 conf->upstream.cache = NGX_CONF_UNSET_PTR; 1016 conf->upstream.cache = NGX_CONF_UNSET_PTR;
1017 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT; 1017 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT;
1018 conf->upstream.no_cache = NGX_CONF_UNSET_PTR;
1018 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR; 1019 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR;
1019 #endif 1020 #endif
1020 1021
1021 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; 1022 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR;
1022 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; 1023 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR;