Ticket #635: upstream-include.patch
| File upstream-include.patch, 393 bytes (added by , 12 years ago) |
|---|
-
src/http/ngx_http_upstream.c
diff -r 6bbad2e73245 src/http/ngx_http_upstream.c
a b 306 306 0, 307 307 NULL }, 308 308 309 { ngx_string("include"), 310 NGX_HTTP_UPS_CONF|NGX_CONF_TAKE1, 311 ngx_conf_include, 312 0, 313 0, 314 NULL }, 315 309 316 ngx_null_command 310 317 }; 311 318
