Location_Capture_By_Lua and Reverse Proxy Cache

2013-09-05 Thread shubham s.
Hi, Was trying to get hold of the response recieved through upstream server or through nginx cache . However found that thier's no cache hit when doing this way . for brevity just posting the relevant code : looks like for something out there through which cache is ignored : also the headers out

Nginx : Reverse Proxy + Redis

2013-09-04 Thread shubham s.
Hi, I have an existing Nginx setup up and running to get an reverse proxy working with caching support(Nginx InMemory). I have integrated it with LUA to get some customizations for changing request as per some biz rules. The system is used for serving XML out the reverse proxy being a SOA server.