comparison src/http/ngx_http_core_module.h @ 2695:aa95c69c3068

try_files status code
author Igor Sysoev <igor@sysoev.ru>
date Sat, 11 Apr 2009 11:02:36 +0000
parents 6caf687a831f
children 756f73ca1e39
comparison
equal deleted inserted replaced
2694:49a1382b249b 2695:aa95c69c3068
265 265
266 typedef struct { 266 typedef struct {
267 ngx_array_t *lengths; 267 ngx_array_t *lengths;
268 ngx_array_t *values; 268 ngx_array_t *values;
269 ngx_str_t name; 269 ngx_str_t name;
270 ngx_uint_t test_dir; /* unsigned test_dir:1; */ 270
271 unsigned code:10;
272 unsigned test_dir:1;
271 } ngx_http_try_file_t; 273 } ngx_http_try_file_t;
272 274
273 275
274 struct ngx_http_core_loc_conf_s { 276 struct ngx_http_core_loc_conf_s {
275 ngx_str_t name; /* location name */ 277 ngx_str_t name; /* location name */