commit | db1532944cef68f835917894b8e9fc569d1712b4 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Mon Sep 16 18:49:23 2013 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Mon Sep 16 18:49:23 2013 +0400 |
tree | 0c93c5e1e44073fa5b9a3432dc82055e3343978b | |
parent | eb10d8f71ec237d77fc5dec58917087700661eb0 [diff] |
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;