proxy_cache_min_uses 3; #3次查詢之後結果會快取 proxy_cache_bypass $cookie_nocache $arg_nocache;
http://nginx.org/cn/docs/http/ngx_http_proxy_module.html
proxy_cache_min_uses 3; #3次查詢之後結果會快取
proxy_cache_bypass $cookie_nocache $arg_nocache;
cookie_nocache和arg_nocache這兩個變數不為空時該次請求結果不會從快取中取出
http://nginx.org/cn/docs/http/ngx_http_proxy_module.html