comparison src/http/ngx_http_core_module.h @ 464:c8cfb6c462ef NGINX_0_7_44

nginx 0.7.44 *) Feature: the ngx_http_proxy_module preliminary cache support. *) Feature: the --with-pcre option in the configure. *) Feature: the "try_files" directive is now allowed on the server block level. *) Bugfix: the "try_files" directive handled incorrectly a query string in a fallback parameter. *) Bugfix: the "try_files" directive might test incorrectly directories. *) Bugfix: if there is the single server for given address:port pair, then captures in regular expressions in a "server_name" directive did not work.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Mar 2009 00:00:00 +0300
parents bb941a2996a6
children f2c6a7373274
comparison
equal deleted inserted replaced
463:51cb914e6d3a 464:c8cfb6c462ef
256 256
257 257
258 typedef struct { 258 typedef struct {
259 ngx_int_t status; 259 ngx_int_t status;
260 ngx_int_t overwrite; 260 ngx_int_t overwrite;
261 ngx_str_t uri; 261 ngx_http_complex_value_t value;
262 ngx_str_t args; 262 ngx_str_t args;
263 ngx_array_t *uri_lengths;
264 ngx_array_t *uri_values;
265 } ngx_http_err_page_t; 263 } ngx_http_err_page_t;
266 264
267 265
268 typedef struct { 266 typedef struct {
269 ngx_array_t *lengths; 267 ngx_array_t *lengths;