Re: Upload large files via Nginx reverse proxy

2020-09-14 Thread Navlesh
Can you please share the details? how did you make it work? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280578,289418#msg-289418 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Conditional Proxy Caching in Location

2020-09-14 Thread Francis Daly
On Sun, Sep 13, 2020 at 03:42:28PM -0700, Igal Sapir wrote: Hi there, > I have a variable that shows if a certain cookie exists in the Request, > e.g. $req_has_somecookie, and I want to be able to use proxy_cache only for > specific URIs, e.g. /slow-page/ if the variable is 0. > > I know that "i