diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-01-21 12:11:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-01-21 12:11:22 +0000 |
commit | 319dc27e8adf7bcd2ad9cd5705356baf6a09fd60 (patch) | |
tree | a3c16777a366e6ba6cecbe6c0bcf8c3eac836ca7 /src/http/ngx_http_core_module.h | |
parent | cd55a93cce4204a1b4ea5b16391d5ce8380f5997 (diff) | |
download | nginx-319dc27e8adf7bcd2ad9cd5705356baf6a09fd60.tar.gz nginx-319dc27e8adf7bcd2ad9cd5705356baf6a09fd60.zip |
allow directories in try_files
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 5be856123..46acb2b4f 100644 --- 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; |