Merge of r4423: fixed proxy_redirect off inheritance.
Maxim Dounin
8 years ago
1 changed file(s) with
2 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+2
-0
src/http/modules/ngx_http_proxy_module.c
less
more
2495
2495
return NGX_CONF_OK;
2496
2496
}
2497
2497
2498
plcf->redirect = 1;
2499
2498
2500
value = cf->args->elts;
2499
2501
2500
2502
if (cf->args->nelts == 2) {