mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 01:42:58 +08:00
fix fastcgi_cache_min_uses
This commit is contained in:
parent
2f7f95381d
commit
9a354261f7
@ -330,7 +330,7 @@ static ngx_command_t ngx_http_fastcgi_commands[] = {
|
||||
offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_valid),
|
||||
NULL },
|
||||
|
||||
{ ngx_string("proxy_cache_min_uses"),
|
||||
{ ngx_string("fastcgi_cache_min_uses"),
|
||||
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
|
||||
ngx_conf_set_num_slot,
|
||||
NGX_HTTP_LOC_CONF_OFFSET,
|
||||
|
Loading…
Reference in New Issue
Block a user