]> git.kaiwu.me - nginx.git/commit
Allowed configuration token to start with a variable.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 21 Dec 2017 10:29:40 +0000 (13:29 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 21 Dec 2017 10:29:40 +0000 (13:29 +0300)
commit0ad556fe59ad132dc4d34dea9e80f2ff2c3c1314
tree03428d14da482461126e0c0be5cb6e892bb49fad
parentce45ded2a8c1b0c0e601779bcc3e54668a14e271
Allowed configuration token to start with a variable.

Specifically, it is now allowed to start with a variable expression with braces:
${name}.  The opening curly bracket in such a token was previously considered
the start of a new block.  Variables located anywhere else in a token worked
fine: foo${name}.
src/core/ngx_conf_file.c