Re: How to setup Nginx as REALLY static-cache reverse proxy

2016-01-07 Thread austevo
Thanks for the responses guys. I've tried proxy_store on one config, but now I'm just receiving time-outs when I block the origin server. No stale cache on error at all. Here are two separate configs I'm using. The first one is as described earlier, with caching and stale cache errors working, al

Re: How to setup Nginx as REALLY static-cache reverse proxy

2016-01-05 Thread austevo
I'm having the same issue with cache being browser dependent. I've tried setting up a crawl job using wget --recursive with Firefox and Chrome headers, but that doesn't seem to trigger server-side caching either. If I browse the site using Firefox, then caching works for Firefox, and Firefox only.