Use "pcache" to invoke the overlay instead of "proxycache"

This commit is contained in:
Howard Chu 2005-05-24 17:13:37 +00:00
parent 5f5356567e
commit d7745c17d4

View File

@ -2066,7 +2066,7 @@ int pcache_init()
return code;
}
proxy_cache.on_bi.bi_type = "proxycache";
proxy_cache.on_bi.bi_type = "pcache";
proxy_cache.on_bi.bi_db_init = proxy_cache_init;
proxy_cache.on_bi.bi_db_config = proxy_cache_config;
proxy_cache.on_bi.bi_db_open = proxy_cache_open;