5 messages in ru.sysoev.nginxRe: Memcached
FromSent OnAttachments
Jason BowermanDec 21, 2006 4:56 am 
Igor SysoevDec 21, 2006 5:21 am 
Jason BDec 22, 2006 7:16 pm 
Igor SysoevDec 22, 2006 11:52 pm 
Jason BDec 27, 2006 6:05 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: MemcachedActions...
From:Jason B (jasj@public.gmane.org)
Date:Dec 22, 2006 7:16:51 pm
List:ru.sysoev.nginx

On 22/12/2006, at 12:21 AM, Igor Sysoev wrote:

location / { memcached_pass name:11211; error_page 404 /fallback; }

location = /fallback { proxy_pass backend; }

Thanks for the reply Igor

Is it possible to ask Nginx to look in Memcached, but if not found to look on the local filesystem before passing to the backend?

That would make things more efficient?

thanks Jason