Files
nginx/src
Ruslan Ermilov 149fda55f7 Upstream: do not unnecessarily create per-request upstreams.
If proxy_pass (and friends) with variables evaluates an upstream
specified with literal address, nginx always created a per-request
upstream.

Now, if there's a matching upstream specified in the configuration
(either implicit or explicit), it will be used instead.
2016-10-31 18:33:36 +03:00
..
2014-07-08 03:03:14 -07:00
2016-10-05 14:22:30 +03:00