<div dir="ltr">Thank you for your explanation<div><br></div><div>I have a question.</div><div>Are there any directives for preventing multiple upstream and serving new content?</div><div><br></div><div>expect case:</div><div><div>1st request: get new content from origin and serve new content.</div><div>2nd request: serve new content. </div><div>3rd request: serve new content.</div><div></div></div><div><br></div><div>"proxy_cache_use stale updating" and "proxy_cache_background_update off" case:</div><div>1st request: get new content from origin and serve new content.</div><div>2nd request: serve stale content.</div><div>finish 1st request's upstream. </div><div>3rd request: serve new content.</div><div><br></div><div><div>"proxy_cache_use stale updating" and "proxy_cache_background_update on" case:</div><div>1st request: serve stale content and make subrequest for getting new content.</div><div>2nd request: serve stale content.</div><div>finish 1st request's subrequest.</div><div>3rd request: serve new content.</div><div></div></div><div><br></div></div>