diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -245,6 +245,7 @@ typedef struct {
     ngx_array_t               *lengths;
     ngx_array_t               *values;
     ngx_str_t                  name;
+    ngx_uint_t                 test_dir;   /* unsigned  test_dir:1; */
 } ngx_http_try_file_t;