aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2011-10-11 18:10:49 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2011-10-11 18:10:49 +0000
commitb8203e46a05ceb816e1c4f34479b2aaee0dfb34c (patch)
tree06a7e065a455f460ec10e44bd7cef30767a0670e /src/http/ngx_http_upstream.h
parent012e6b63780834c90e74f89fa7e0365310bf9904 (diff)
downloadnginx-b8203e46a05ceb816e1c4f34479b2aaee0dfb34c.tar.gz
nginx-b8203e46a05ceb816e1c4f34479b2aaee0dfb34c.zip
Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers.
Now the following headers may be ignored as well: X-Accel-Limit-Rate, X-Accel-Buffering, X-Accel-Charset.
Diffstat (limited to 'src/http/ngx_http_upstream.h')
-rw-r--r--src/http/ngx_http_upstream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index bcdd64b16..aea9466a2 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -44,6 +44,9 @@
#define NGX_HTTP_UPSTREAM_IGN_EXPIRES 0x00000008
#define NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL 0x00000010
#define NGX_HTTP_UPSTREAM_IGN_SET_COOKIE 0x00000020
+#define NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE 0x00000040
+#define NGX_HTTP_UPSTREAM_IGN_XA_BUFFERING 0x00000080
+#define NGX_HTTP_UPSTREAM_IGN_XA_CHARSET 0x00000100
typedef struct {