proxy_ignore_headers and fastcgi_ignore_headers
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index 748e064..95b396e 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -38,6 +38,12 @@
#define NGX_HTTP_UPSTREAM_INVALID_HEADER 40
+#define NGX_HTTP_UPSTREAM_IGN_XA_REDIRECT 0x00000002
+#define NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES 0x00000004
+#define NGX_HTTP_UPSTREAM_IGN_EXPIRES 0x00000008
+#define NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL 0x00000010
+
+
typedef struct {
ngx_msec_t bl_time;
ngx_uint_t bl_state;
@@ -128,6 +134,7 @@
ngx_bufs_t bufs;
+ ngx_uint_t ignore_headers;
ngx_uint_t next_upstream;
ngx_uint_t store_access;
ngx_flag_t buffering;