How to set a option within a location block
Boris Dolgov
boris at dolgov.name
Wed Jul 7 13:24:57 MSD 2010
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.
--
Boris Dolgov.
More information about the nginx
mailing list