mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
axe old definition fields
This commit is contained in:
parent
565e1e436a
commit
64416aa321
1 changed files with 2 additions and 2 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue