Re: ngx_conf_t args count

2013-12-15 Thread Jeffrey Walton
On Mon, Dec 16, 2013 at 2:15 AM, Ruslan Ermilov wrote: > On Sun, Dec 15, 2013 at 04:31:08PM -0500, Jeffrey Walton wrote: >> From Miller's http://www.evanmiller.org/nginx-modules-guide.html, section >> 5.2: >> >> ngx_http_upstream_hash(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) >> { >> n

Re: ngx_conf_t args count

2013-12-15 Thread Ruslan Ermilov
On Sun, Dec 15, 2013 at 04:31:08PM -0500, Jeffrey Walton wrote: > From Miller's http://www.evanmiller.org/nginx-modules-guide.html, section 5.2: > > ngx_http_upstream_hash(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) > { > ngx_http_upstream_srv_conf_t *uscf; > ngx_http_script_compile_

ngx_conf_t args count

2013-12-15 Thread Jeffrey Walton
>From Miller's http://www.evanmiller.org/nginx-modules-guide.html, section 5.2: ngx_http_upstream_hash(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) { ngx_http_upstream_srv_conf_t *uscf; ngx_http_script_compile_t sc; ngx_str_t *value; ngx_array_t