]> git.kaiwu.me - nginx.git/commit
Fixed the "include" directive inside the "geo" block.
authorEugene Grebenschikov <e.grebenshchikov@f5.com>
Thu, 12 Mar 2026 00:57:05 +0000 (17:57 -0700)
committerEugene <54681898+jimf5@users.noreply.github.com>
Tue, 24 Mar 2026 18:20:16 +0000 (11:20 -0700)
commit0de6e878ba43b55dd23b437c5be1819a55f63ec4
treee1c6c55c0bafa182c0b83fd30b023661ed153e11
parent5ac6f49371f9fcdf21ca4b4fd2a8657576f0885b
Fixed the "include" directive inside the "geo" block.

The "include" directive should be able to include multiple files if
given a filename mask.

Completes remaining changes introduced in da4ffd8.

Closes: https://github.com/nginx/nginx/issues/1165
src/http/modules/ngx_http_geo_module.c
src/stream/ngx_stream_geo_module.c