How to set a option within a location block
    --[ UxBoD ]-- 
    uxbod at splatnix.net
       
    Wed Jul  7 14:14:48 MSD 2010
    
    
  
----- Original Message -----
> On Wed, Jul 7, 2010 at 1:19 PM, --[ UxBoD ]-- <uxbod at splatnix.net>
> wrote:
> > Thanks Boris, if the last command is a proxy_redirect and I add that
> > block after it will it be processed ?
> If you mean, that you will have configuration,
> 
> location /
> {
> ... some configuration ...
> proxy_redirect ...;
> location /svn
> {
> keepalive_timeout 0;
> }
> }
> 
> Than it is absolutely correct.
> 
Odd as that completely broke the installation :( Have had to move the keepalive outside of the block for the time being.  Will do more testing.
-- 
Thanks, Phil
    
    
More information about the nginx
mailing list