Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c73 ngx_array_t *cookie_domains; member
924 if (plcf->cookie_domains || plcf->cookie_paths) { in ngx_http_proxy_handler()
2574 if (plcf->cookie_domains) { in ngx_http_proxy_rewrite_cookie()
2915 conf->cookie_domains = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
3312 ngx_conf_merge_ptr_value(conf->cookie_domains, prev->cookie_domains, NULL); in ngx_http_proxy_merge_loc_conf()
3880 if (plcf->cookie_domains == NULL) { in ngx_http_proxy_cookie_domain()
3889 plcf->cookie_domains = NULL; in ngx_http_proxy_cookie_domain()
3898 if (plcf->cookie_domains == NGX_CONF_UNSET_PTR) { in ngx_http_proxy_cookie_domain()
3899 plcf->cookie_domains = ngx_array_create(cf->pool, 1, in ngx_http_proxy_cookie_domain()
3901 if (plcf->cookie_domains == NULL) { in ngx_http_proxy_cookie_domain()
[all …]