]> git.kaiwu.me - nginx.git/commitdiff
fix fastcgi_cache_min_uses
authorIgor Sysoev <igor@sysoev.ru>
Tue, 21 Apr 2009 10:36:01 +0000 (10:36 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 21 Apr 2009 10:36:01 +0000 (10:36 +0000)
src/http/modules/ngx_http_fastcgi_module.c

index b0e9595119164979d3a18fdded39da30138386f4..a065616b9ef991d0bd3e6540087d1f9f47600c4a 100644 (file)
@@ -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,