The official NGINX Open Source repository.
Go to file
Igor Sysoev 96e36ef252 If .domain.com, .sub.domain.com, and .domain-some.com were defined,
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
2009-09-12 09:28:37 +00:00
auto fail if no file aio was found 2009-09-10 12:08:30 +00:00
conf update $status in log_format example 2009-04-06 13:43:46 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-0.8.14-RELEASE 2009-09-07 08:25:45 +00:00
misc fix "make zip", the bug has been introduced in r2841 2009-05-18 16:50:05 +00:00
src If .domain.com, .sub.domain.com, and .domain-some.com were defined, 2009-09-12 09:28:37 +00:00
.hgtags release-0.8.14 tag 2009-09-07 08:25:46 +00:00