X-Git-Url: http://git.rot13.org/?p=nginx.git;a=blobdiff_plain;f=nginx%2Fsrc%2Fhttp%2Fngx_http_core_module.h;h=46acb2b4fe1dbc86385e3c6a90c5f76dd7dd3e3d;hp=5be856123950d8fcf878db8b4370081e86d6cdc9;hb=11a1dc0e6739e733330819d1b7b42f386f13017d;hpb=c13bf370f6a61c6e5130fd2d92cbc45ff08d55a5 diff --git a/nginx/src/http/ngx_http_core_module.h b/nginx/src/http/ngx_http_core_module.h index 5be8561..46acb2b 100644 --- a/nginx/src/http/ngx_http_core_module.h +++ b/nginx/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;