mirror of
https://github.com/nginx/nginx.git
synced 2024-11-28 08:09:00 +08:00
use "\" to escape "default", "include", and "hostnames" values instead of "!"
This commit is contained in:
parent
04e145d2da
commit
07335d89df
@ -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…
Reference in New Issue
Block a user