An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Valentin Bartenev db1532944c Improved check for duplicate path names in ngx_add_path().
The same path names with different "data" context should not be allowed.

In particular it rejects configurations like this:

    proxy_cache_path /var/cache/ keys_zone=one:10m max_size=1g inactive=5m;
    proxy_cache_path /var/cache/ keys_zone=two:20m max_size=4m inactive=30s;
2013-09-16 18:49:23 +04:00
auto Events: support for EPOLLRDHUP (ticket #320). 2013-07-12 14:51:07 +04:00
conf MIME: eot MIME type updated to follow IANA (ticket #306). 2013-08-23 16:24:24 +04:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.5.4-RELEASE 2013-08-27 17:37:15 +04:00
misc Updated PCRE used for win32 builds. 2013-08-23 22:54:08 +04:00
src Improved check for duplicate path names in ngx_add_path(). 2013-09-16 18:49:23 +04:00
.hgtags release-1.5.4 tag 2013-08-27 17:37:15 +04:00