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の2つの変数が空でない場合、リクエスト結果はキャッシュから取り出されません
http://nginx.org/cn/docs/http/ngx_http_proxy_module.html