comparison src/http/ngx_http_upstream.h @ 224:9909a161eb28 NGINX_0_3_59

nginx 0.3.59 *) 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; bug appeared in 0.3.58.
author Igor Sysoev <http://sysoev.ru>
date Wed, 16 Aug 2006 00:00:00 +0400
parents 0ad9eeb6ac7f
children 0effe91f6083
comparison
equal deleted inserted replaced
223:c3b6f8ef140b 224:9909a161eb28
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