]> git.kaiwu.me - nginx.git/commit
Fixed the "include" directive.
authorRuslan Ermilov <ru@nginx.com>
Tue, 28 Aug 2012 13:31:01 +0000 (13:31 +0000)
committerRuslan Ermilov <ru@nginx.com>
Tue, 28 Aug 2012 13:31:01 +0000 (13:31 +0000)
commitda4ffd8955b14383d6c027004d8beb85395ce9f5
tree7b75327acd157fc9c48fc0ce93c938cbc12f81a7
parent43f6163063bc0d4f7477156141c6df651ea5ca8b
Fixed the "include" directive.

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