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