comparison src/http/ngx_http_core_module.h @ 440:6281966854a5 NGINX_0_7_32

nginx 0.7.32 *) Feature: now a directory existence testing can be set explicitly in the "try_files" directive. *) Bugfix: fastcgi_store stored files not always. *) Bugfix: in geo ranges. *) Bugfix: in shared memory allocations if nginx was built without debugging. Thanks to Andrey Kvasov.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 Jan 2009 00:00:00 +0300
parents dac47e9ef0d5
children 33394d1255b0
comparison
equal deleted inserted replaced
439:02687ee42c28 440:6281966854a5
243 243
244 typedef struct { 244 typedef struct {
245 ngx_array_t *lengths; 245 ngx_array_t *lengths;
246 ngx_array_t *values; 246 ngx_array_t *values;
247 ngx_str_t name; 247 ngx_str_t name;
248 ngx_uint_t test_dir; /* unsigned test_dir:1; */
248 } ngx_http_try_file_t; 249 } ngx_http_try_file_t;
249 250
250 251
251 struct ngx_http_core_loc_conf_s { 252 struct ngx_http_core_loc_conf_s {
252 ngx_str_t name; /* location name */ 253 ngx_str_t name; /* location name */