commit | 8d288ec49ae1e7087732562d142fdfc257ac5541 | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Thu Jan 30 18:57:11 2014 +0400 |
committer | Ruslan Ermilov <ru@nginx.com> | Thu Jan 30 18:57:11 2014 +0400 |
tree | 899d5ae4de0ea5b456e89eefd968b311c8a9719b | |
parent | 4ae889c9f2c6c79402630aa2197bfbdd8cc42fd5 [diff] |
Proxy: fixed upstream search by proxy_pass with variables. If "proxy_pass" is specified with variables, the resulting hostname is looked up in the list of upstreams defined in configuration. The search was case-sensitive, as opposed to the case of "proxy_pass" specified without variables.