Searched refs:cookie_paths (Results 1 – 1 of 1) sorted by relevance
74 ngx_array_t *cookie_paths; member924 if (plcf->cookie_domains || plcf->cookie_paths) { in ngx_http_proxy_handler()2590 if (plcf->cookie_paths) { in ngx_http_proxy_rewrite_cookie()2916 conf->cookie_paths = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()3314 ngx_conf_merge_ptr_value(conf->cookie_paths, prev->cookie_paths, NULL); in ngx_http_proxy_merge_loc_conf()3967 if (plcf->cookie_paths == NULL) { in ngx_http_proxy_cookie_path()3976 plcf->cookie_paths = NULL; in ngx_http_proxy_cookie_path()3985 if (plcf->cookie_paths == NGX_CONF_UNSET_PTR) { in ngx_http_proxy_cookie_path()3986 plcf->cookie_paths = ngx_array_create(cf->pool, 1, in ngx_http_proxy_cookie_path()3988 if (plcf->cookie_paths == NULL) { in ngx_http_proxy_cookie_path()[all …]