Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h366 ngx_int_t (*rewrite_cookie)(ngx_http_request_t *r, member
H A Dngx_http_upstream.c5167 if (r->upstream->rewrite_cookie) { in ngx_http_upstream_rewrite_set_cookie()
5168 rc = r->upstream->rewrite_cookie(r, ho); in ngx_http_upstream_rewrite_set_cookie()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c925 u->rewrite_cookie = ngx_http_proxy_rewrite_cookie; in ngx_http_proxy_handler()