Searched refs:NGX_HTTP_UPSTREAM_IGN_SET_COOKIE (Results 1 – 2 of 2) sorted by relevance
52 #define NGX_HTTP_UPSTREAM_IGN_SET_COOKIE 0x00000020 macro
473 { ngx_string("Set-Cookie"), NGX_HTTP_UPSTREAM_IGN_SET_COOKIE },4546 if (!(u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_SET_COOKIE)) { in ngx_http_upstream_process_set_cookie()