In Nginx, can I handle both a location:url or a content-type: text/html response from memcached?
- by Sean Foo
I'm setting up an nginx - apache reverse proxy where nginx handles the static files and apache the dynamic. I have a search engine and depending on search parameter I either directly forward the user to the page they are looking for or provide a set of search results.
I cache these results in memcached as
key:/search.cgi?q=foo
value:…