Home
last modified time | relevance | path

Searched refs:proxy_protocol_timeout (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_handler.c185 ngx_add_timer(rev, cscf->proxy_protocol_timeout); in ngx_stream_init_connection()
242 ngx_add_timer(rev, cscf->proxy_protocol_timeout); in ngx_stream_proxy_protocol_handler()
H A Dngx_stream_core_module.c93 offsetof(ngx_stream_core_srv_conf_t, proxy_protocol_timeout),
426 cscf->proxy_protocol_timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_core_create_srv_conf()
481 ngx_conf_merge_msec_value(conf->proxy_protocol_timeout, in ngx_stream_core_merge_srv_conf()
482 prev->proxy_protocol_timeout, 30000); in ngx_stream_core_merge_srv_conf()
H A Dngx_stream.h189 ngx_msec_t proxy_protocol_timeout; member
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim467 syn keyword ngxDirective contained proxy_protocol_timeout