]> git.kaiwu.me - nginx.git/commit
Merge of r4828: "include" with wildcards in map and types blocks.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 24 Sep 2012 19:05:02 +0000 (19:05 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 24 Sep 2012 19:05:02 +0000 (19:05 +0000)
commitadceda60bde1882fb89a2d7e3c62b93e9337ed5e
tree96009071ea9148cfc48cccc5ea6919d4fabaca9e
parent892410148fb5ed8926723306d1af7238327a2101
Merge of r4828: "include" with wildcards in map and types blocks.

The "include" directive should be able to include multiple files if
given a filename mask.  Fixed this to work for "include" directives
inside the "map" or "types" blocks.  The "include" directive inside
the "geo" block is still not fixed.
src/core/ngx_conf_file.c
src/core/ngx_conf_file.h
src/http/modules/ngx_http_map_module.c
src/http/ngx_http_core_module.c