# HG changeset patch # User Igor Sysoev # Date 1237826411 0 # Node ID 86967878cd76eed4168a40d8b9502b0d7dc0818e # Parent 9a265cd00ba568bc42ca86e80d434d7557669af9 fix the previous commit diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c --- a/src/http/modules/ngx_http_proxy_module.c +++ b/src/http/modules/ngx_http_proxy_module.c @@ -323,7 +323,7 @@ static ngx_command_t ngx_http_proxy_com { ngx_string("proxy_cache"), NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG, ngx_http_proxy_cache, - 0, + NGX_HTTP_LOC_CONF_OFFSET, 0, NULL },