comparison src/http/ngx_http_upstream.h @ 64:5db440287648 NGINX_0_1_32

nginx 0.1.32 *) Bugfix: the arguments were omitted in the redirects, issued by the "rewrite" directive; bug appeared in 0.1.29. *) Feature: the "if" directive supports the captures in regular expressions. *) Feature: the "set" directive supports the variables and the captures of regular expressions. *) Feature: the "X-Accel-Redirect" response header line is supported in proxy and FastCGI mode.
author Igor Sysoev <http://sysoev.ru>
date Thu, 19 May 2005 00:00:00 +0400
parents b55cbf18157e
children da9a3b14312d
comparison
equal deleted inserted replaced
63:e42867135781 64:5db440287648
85 ngx_str_t name; 85 ngx_str_t name;
86 ngx_http_header_handler_pt handler; 86 ngx_http_header_handler_pt handler;
87 ngx_uint_t offset; 87 ngx_uint_t offset;
88 ngx_http_header_handler_pt copy_handler; 88 ngx_http_header_handler_pt copy_handler;
89 ngx_uint_t conf; 89 ngx_uint_t conf;
90 ngx_uint_t redirect; /* unsigned redirect:1; */
90 } ngx_http_upstream_header_t; 91 } ngx_http_upstream_header_t;
91 92
92 93
93 typedef struct { 94 typedef struct {
94 ngx_list_t headers; 95 ngx_list_t headers;
99 ngx_table_elt_t *connection; 100 ngx_table_elt_t *connection;
100 101
101 ngx_table_elt_t *expires; 102 ngx_table_elt_t *expires;
102 ngx_table_elt_t *etag; 103 ngx_table_elt_t *etag;
103 ngx_table_elt_t *x_accel_expires; 104 ngx_table_elt_t *x_accel_expires;
105 ngx_table_elt_t *x_accel_redirect;
104 106
105 ngx_table_elt_t *content_type; 107 ngx_table_elt_t *content_type;
106 ngx_table_elt_t *content_length; 108 ngx_table_elt_t *content_length;
107 109
108 ngx_table_elt_t *last_modified; 110 ngx_table_elt_t *last_modified;