comparison src/http/ngx_http_core_module.h @ 2458:43dcf8cc2cb1

allow directories in try_files
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 Jan 2009 12:11:22 +0000
parents 16d1236bc298
children 9081bbdccda1
comparison
equal deleted inserted replaced
2457:1aff348d9aa8 2458:43dcf8cc2cb1
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 */