6 messages in ru.sysoev.nginxRe: post_action docs
FromSent OnAttachments
Rob MuellerFeb 24, 2008 5:15 pm 
Rob MuellerFeb 24, 2008 8:25 pm 
Igor SysoevFeb 25, 2008 11:00 am.txt
Rob MuellerFeb 25, 2008 1:52 pm 
Igor SysoevFeb 25, 2008 10:39 pm 
Douglas StanleyMar 4, 2008 10:57 am 
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: post_action docsActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Feb 25, 2008 10:39:47 pm
List:ru.sysoev.nginx

On Tue, Feb 26, 2008 at 08:53:17AM +1100, Rob Mueller wrote:

The attached patch enables named location in post_action:

post_action @done;

location @done { ...

Great, I'll try that out.

Just to check, the "named location" still has to be in the same server { ... } block right?

Yes. There is no way to redirect a request internally to another server.