Ticket #635: upstream-include.patch

File upstream-include.patch, 393 bytes (added by Corey Farrell, 12 years ago)
  • src/http/ngx_http_upstream.c

    diff -r 6bbad2e73245 src/http/ngx_http_upstream.c
    a b  
    306306      0,
    307307      NULL },
    308308
     309    { ngx_string("include"),
     310      NGX_HTTP_UPS_CONF|NGX_CONF_TAKE1,
     311      ngx_conf_include,
     312      0,
     313      0,
     314      NULL },
     315
    309316      ngx_null_command
    310317};
    311318