Re: Proxy Caching ignore path

2019-08-06 Thread jvanetten
itpp2012 Wrote: --- > The first location match is the active one, add another location > before this one to change its caching behavior. So adding the following below the other location should work?: location /gateway/public/files/ { expires -1

Proxy Caching ignore path

2019-08-06 Thread jvanetten
I have a situation where I need to enable proxy cache for a gateway but anything that goes to /gateway/public/files/ I do not want to cache. I have tried nested locations and all kinds of configurations with no success. It usually lands up with 404 errors on /gateway/public/files/ the complete url