comparison src/http/ngx_http_upstream.h @ 675:e924670896ab release-0.3.59

nginx-0.3.59-RELEASE import *) Feature: now is possible to do several redirection using the "error_page" directive. *) Bugfix: the "dav_access" directive did not support three parameters. *) Bugfix: the "error_page" directive did not changes the "Content-Type" header line after the "X-Accel-Redirect" was used; the bug had appeared in 0.3.58.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Aug 2006 13:09:33 +0000
parents 5fd7a5e99047
children 4d68c486fcb0
comparison
equal deleted inserted replaced
674:c4b2ba082d99 675:e924670896ab
101 ngx_str_t schema; 101 ngx_str_t schema;
102 ngx_str_t uri; 102 ngx_str_t uri;
103 ngx_str_t location; 103 ngx_str_t location;
104 ngx_str_t url; /* used in proxy_rewrite_location */ 104 ngx_str_t url; /* used in proxy_rewrite_location */
105 105
106 unsigned redirect_404:1; 106 unsigned intercept_404:1;
107 unsigned change_buffering:1; 107 unsigned change_buffering:1;
108 108
109 #if (NGX_HTTP_SSL) 109 #if (NGX_HTTP_SSL)
110 ngx_ssl_t *ssl; 110 ngx_ssl_t *ssl;
111 #endif 111 #endif