comparison src/http/modules/ngx_http_proxy_module.c @ 2596:9a265cd00ba5

axe old definition fields
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Mar 2009 15:57:57 +0000
parents 3a8a53c0c42f
children 86967878cd76
comparison
equal deleted inserted replaced
2595:21337b5bd057 2596:9a265cd00ba5
321 #if (NGX_HTTP_CACHE) 321 #if (NGX_HTTP_CACHE)
322 322
323 { ngx_string("proxy_cache"), 323 { ngx_string("proxy_cache"),
324 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG, 324 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG,
325 ngx_http_proxy_cache, 325 ngx_http_proxy_cache,
326 NGX_HTTP_LOC_CONF_OFFSET, 326 0,
327 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache), 327 0,
328 NULL }, 328 NULL },
329 329
330 { ngx_string("proxy_cache_path"), 330 { ngx_string("proxy_cache_path"),
331 NGX_HTTP_MAIN_CONF|NGX_CONF_2MORE, 331 NGX_HTTP_MAIN_CONF|NGX_CONF_2MORE,
332 ngx_http_file_cache_set_slot, 332 ngx_http_file_cache_set_slot,