Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-03-23 18:57:57 +0300
committerIgor Sysoev <igor@sysoev.ru>2009-03-23 18:57:57 +0300
commit64416aa32173fd6509752ef2a8d0c0e77da13049 (patch)
tree0ab5da018d3305cac17e6867605afe33154df424 /src/http/modules/ngx_http_proxy_module.c
parent565e1e436a4d107b7228b6c8f913357e850e4a8a (diff)
axe old definition fields
Diffstat (limited to 'src/http/modules/ngx_http_proxy_module.c')
-rw-r--r--src/http/modules/ngx_http_proxy_module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c
index f28ee9ae7..42e30077b 100644
--- a/src/http/modules/ngx_http_proxy_module.c
+++ b/src/http/modules/ngx_http_proxy_module.c
@@ -323,8 +323,8 @@ static ngx_command_t ngx_http_proxy_commands[] = {
{ ngx_string("proxy_cache"),
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG,
ngx_http_proxy_cache,
- NGX_HTTP_LOC_CONF_OFFSET,
- offsetof(ngx_http_proxy_loc_conf_t, upstream.cache),
+ 0,
+ 0,
NULL },
{ ngx_string("proxy_cache_path"),