mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 06:53:10 +00:00
use "\" to escape "default", "include", and "hostnames" values instead of "!"
This commit is contained in:
parent
04e145d2da
commit
07335d89df
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ found:
|
|||
return NGX_CONF_OK;
|
||||
}
|
||||
|
||||
if (value[0].len && value[0].data[0] == '!') {
|
||||
if (value[0].len && value[0].data[0] == '\\') {
|
||||
value[0].len--;
|
||||
value[0].data++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue