Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geoip_module.c26 ngx_flag_t proxy_recursive; member
131 offsetof(ngx_http_geoip_conf_t, proxy_recursive),
254 gcf->proxies, gcf->proxy_recursive); in ngx_http_geoip_addr()
309 gcf->proxies, gcf->proxy_recursive); in ngx_http_geoip_addr_v6()
651 conf->proxy_recursive = NGX_CONF_UNSET; in ngx_http_geoip_create_conf()
670 ngx_conf_init_value(gcf->proxy_recursive, 0); in ngx_http_geoip_init_conf()
H A Dngx_http_geo_module.c65 unsigned proxy_recursive:1; member
76 unsigned proxy_recursive:1; member
340 ctx->proxies, ctx->proxy_recursive); in ngx_http_geo_addr()
482 geo->proxy_recursive = ctx.proxy_recursive; in ngx_http_geo_block()
622 ctx->proxy_recursive = 1; in ngx_http_geo()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru2496 *) Добавление: параметр proxy_recursive директивы geo.
H A DCHANGES2446 *) Feature: the "proxy_recursive" parameter of the "geo" directive.