Tagged Questions
The caching-proxy tag has no wiki summary.
4
votes
2answers
4k views
How to set up Nginx as a caching reverse proxy?
I heard recently that Nginx has added caching to its reverse proxy feature. I looked around but couldn't find much info about it.
I want to set up Nginx as a caching reverse proxy in front of ...
3
votes
1answer
388 views
Caching proxy with authenticated REST requests
Consider following scenario:
I have RESTful URL /articles that returns list of articles
user provide his credentials using Authorization HTTP header on each request
articles may vary from user to ...
0
votes
1answer
159 views
Does Varnish support distributed caching?
Can Varnish distribute its cache to multiple machines?
For example, if the amount of data that needs to be cached by Varnish exceeds the amount of RAM available at the local machine, will I be ...
0
votes
0answers
105 views
HTTP proxy providing API to its cache needed
I have a simple python application which loads content of given URL (input) (http://example.com), modifies it & stores it to the disk (output).
I want to “embed” this application into a caching ...