comparison src/http/ngx_http_upstream.h @ 515:417a087c9c4d release-0.1.32

nginx-0.1.32-RELEASE import *) Bugfix: the arguments were omitted in the redirects, issued by the "rewrite" directive; the bug had 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 <igor@sysoev.ru>
date Thu, 19 May 2005 13:25:22 +0000
parents 9b8c906f6e63
children 7fa11e5c6e96
comparison
equal deleted inserted replaced
514:88d593732655 515:417a087c9c4d
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;