mirror of
https://github.com/nginx/nginx.git
synced 2026-06-27 04:12:05 +00:00
then .sub.domain.com was matched by .domain.com: wildcard names hash
was built incorrectly due to sorting order issue of "." vs "-".
They were sorted as
com.domain com.domain-some com.domain.sub
while they should be sorted as
com.domain com.domain.sub com.domain-some
for correct hash building
|
||
|---|---|---|
| .. | ||
| core | ||
| event | ||
| http | ||
| misc | ||
| mysql | ||
| os | ||