Home
last modified time | relevance | path

Searched refs:proxy_protocol (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.h59 unsigned proxy_protocol:1; member
76 unsigned proxy_protocol:1; member
H A Dngx_stream.c579 addrs[i].conf.proxy_protocol = addr[i].opt.proxy_protocol; in ngx_stream_add_addrs()
614 addrs6[i].conf.proxy_protocol = addr[i].opt.proxy_protocol; in ngx_stream_add_addrs6()
H A Dngx_stream_upstream.h141 unsigned proxy_protocol:1; member
H A Dngx_stream_proxy_module.c33 ngx_flag_t proxy_protocol; member
242 offsetof(ngx_stream_proxy_srv_conf_t, proxy_protocol),
707 u->proxy_protocol = pscf->proxy_protocol; in ngx_stream_proxy_connect()
801 if (u->proxy_protocol) { in ngx_stream_proxy_init_upstream()
806 u->proxy_protocol = 0; in ngx_stream_proxy_init_upstream()
879 if (u->proxy_protocol) { in ngx_stream_proxy_init_upstream()
912 u->proxy_protocol = 0; in ngx_stream_proxy_init_upstream()
1990 conf->proxy_protocol = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
2046 ngx_conf_merge_value(conf->proxy_protocol, prev->proxy_protocol, 0); in ngx_stream_proxy_merge_srv_conf()
H A Dngx_stream_handler.c179 if (addr_conf->proxy_protocol) { in ngx_stream_init_connection()
H A Dngx_stream_core_module.c854 ls->proxy_protocol = 1; in ngx_stream_core_listen()
878 if (ls->proxy_protocol) { in ngx_stream_core_listen()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1194 ngx_uint_t i, default_server, proxy_protocol; in ngx_http_add_addresses() local
1229 proxy_protocol = lsopt->proxy_protocol || addr[i].opt.proxy_protocol; in ngx_http_add_addresses()
1266 addr[i].opt.proxy_protocol = proxy_protocol; in ngx_http_add_addresses()
1809 addrs[i].conf.proxy_protocol = addr[i].opt.proxy_protocol; in ngx_http_add_addrs()
1874 addrs6[i].conf.proxy_protocol = addr[i].opt.proxy_protocol; in ngx_http_add_addrs6()
H A Dngx_http_core_module.h84 unsigned proxy_protocol:1; member
244 unsigned proxy_protocol:1; member
H A Dngx_http_request.h326 unsigned proxy_protocol:1; member
H A Dngx_http_request.c347 if (hc->addr_conf->proxy_protocol) { in ngx_http_init_connection()
348 hc->proxy_protocol = 1; in ngx_http_init_connection()
468 if (hc->proxy_protocol) { in ngx_http_wait_request_handler()
469 hc->proxy_protocol = 0; in ngx_http_wait_request_handler()
670 size = hc->proxy_protocol ? sizeof(buf) : 1; in ngx_http_ssl_handshake()
700 if (hc->proxy_protocol) { in ngx_http_ssl_handshake()
701 hc->proxy_protocol = 0; in ngx_http_ssl_handshake()
H A Dngx_http_core_module.c4117 lsopt.proxy_protocol = 1; in ngx_http_core_listen()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru279 *) Добавление: параметр proxy_protocol директивы listen теперь
510 использовался отложенный accept и параметр proxy_protocol директивы
807 *) Добавление: параметр proxy_protocol в директиве listen, переменные
1082 *) Исправление: параметр proxy_protocol директивы listen не работал с
1259 *) Добавление: директива proxy_protocol в модуле stream.
1315 *) Исправление: параметр proxy_protocol директивы listen не работал,
1370 отложенный accept или параметр proxy_protocol директивы listen.
1762 *) Добавление: параметр proxy_protocol в директивах listen и
H A DCHANGES271 *) Feature: the "proxy_protocol" parameter of the "listen" directive now
501 accept and the "proxy_protocol" parameter of the "listen" directive
793 *) Feature: the "proxy_protocol" parameter of the "listen" directive,
1063 *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did
1238 *) Feature: the "proxy_protocol" directive in the stream module.
1291 *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did
1342 "proxy_protocol" parameter of the "listen" directive were used.
1724 *) Feature: the "proxy_protocol" parameters of the "listen" and
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim65 \ default_server ssl http2 proxy_protocol
466 syn keyword ngxDirective contained proxy_protocol
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c313 h2c->state.handler = hc->proxy_protocol ? ngx_http_v2_state_proxy_protocol in ngx_http_v2_init()