Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h53 #define NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE 0x00000040 macro
H A Dngx_http_upstream.c468 { ngx_string("X-Accel-Limit-Rate"), NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE },
4801 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE) { in ngx_http_upstream_process_limit_rate()