The official NGINX Open Source repository.
Go to file
Maxim Dounin d2ef70e97a Caseless location tree construction (ticket #90).
Location tree was always constructed using case-sensitive comparison, even
on case-insensitive systems.  This resulted in incorrect operation if
uppercase letters were used in location directives.  Notably, the
following config:

    location /a { ... }
    location /B { ... }

failed to properly map requests to "/B" into "location /B".
2013-09-23 19:37:06 +04:00
auto Events: support for EPOLLRDHUP (ticket #320). 2013-07-12 14:51:07 +04:00
conf MIME: added application/json MIME type. 2013-09-18 12:59:47 -07:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.5.5-RELEASE 2013-09-17 17:31:00 +04:00
misc Updated PCRE used for win32 builds. 2013-08-23 22:54:08 +04:00
src Caseless location tree construction (ticket #90). 2013-09-23 19:37:06 +04:00
.hgtags release-1.5.5 tag 2013-09-17 17:31:00 +04:00