Re: issues about nginx proxy_cache

2015-05-18 Thread Valentin V. Bartenev
On Friday 15 May 2015 16:38:36 紫凌之魂 wrote: > Hi: >Dear all >It is very pleasure to join in nginx mail list, but exactly i met a > problem When I use nginx1.7.9 as a reverse-proxy-server. more details as > follows: > my design requirements are those: >what I want is that nginx downlo

Re: issues about nginx proxy_cache

2015-05-17 Thread J.J J
If you access it correctly, nginx will send the request to backend and pass response which is 302-redirect-link in your case back to the browser. Check the "302-redirect-link", I think it should be an address to http://192.168.15.159:7090 not to nginx(port 8064/8065), that's why the browser bypass

issues about nginx proxy_cache

2015-05-15 Thread ????????
Hi: Dear all It is very pleasure to join in nginx mail list, but exactly i met a problem When I use nginx1.7.9 as a reverse-proxy-server. more details as follows: my design requirements are those: what I want is that nginx download the files to local by parsing response-http-302-code