Merge of r4423: fixed proxy_redirect off inheritance.

This commit is contained in:
Maxim Dounin 2012-03-05 11:47:25 +00:00
parent b1bc2a641e
commit 756eb5325e
1 changed files with 2 additions and 0 deletions

View File

@ -2496,6 +2496,8 @@ ngx_http_proxy_redirect(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
return NGX_CONF_OK;
}
plcf->redirect = 1;
value = cf->args->elts;
if (cf->args->nelts == 2) {