aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_fastcgi_module.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2013-09-27 16:50:13 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2013-09-27 16:50:13 +0400
commit239c4037ceb306552f884a57de5abdea2186e7d7 (patch)
tree613ee82ca2a0fcb2aa82f13148dabc465514455a /src/http/modules/ngx_http_fastcgi_module.c
parent43736b12dea2bcb27c9f5d5accb46cacd1531095 (diff)
downloadnginx-239c4037ceb306552f884a57de5abdea2186e7d7.tar.gz
nginx-239c4037ceb306552f884a57de5abdea2186e7d7.zip
Upstream: proxy_no_cache, fastcgi_no_cache warnings removed.
Diffstat (limited to 'src/http/modules/ngx_http_fastcgi_module.c')
-rw-r--r--src/http/modules/ngx_http_fastcgi_module.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/http/modules/ngx_http_fastcgi_module.c b/src/http/modules/ngx_http_fastcgi_module.c
index 0b186d792..029e5eb36 100644
--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -2347,12 +2347,6 @@ ngx_http_fastcgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_merge_ptr_value(conf->upstream.no_cache,
prev->upstream.no_cache, NULL);
- if (conf->upstream.no_cache && conf->upstream.cache_bypass == NULL) {
- ngx_log_error(NGX_LOG_WARN, cf->log, 0,
- "\"fastcgi_no_cache\" functionality has been changed in 0.8.46, "
- "now it should be used together with \"fastcgi_cache_bypass\"");
- }
-
ngx_conf_merge_ptr_value(conf->upstream.cache_valid,
prev->upstream.cache_valid, NULL);