No description
Find a file
Maxim Dounin daa03354a1 Proxy: made proxy_pass with variables more consistent.
If proxy_pass was used with variables and there was no URI component,
nginx always used unparsed URI.  This isn't consistent with "no variables"
case, where e.g. rewrites are applied even if there is no URI component.

Fix is to use the same logic in both cases, i.e. only use unparsed URI if
it's valid and request is the main one.
2011-12-23 16:04:09 +00:00
auto configure on Solaris fixed 2011-12-20 16:20:23 +00:00
conf Added HTTPS param with Apache-like behaviour to fastcgi/scgi/uwsgi_params (fixes #38). 2011-12-09 15:38:26 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.1.11-RELEASE 2011-12-12 14:17:49 +00:00
misc Fixed RELEASE target again. 2011-12-12 12:39:19 +00:00
src Proxy: made proxy_pass with variables more consistent. 2011-12-23 16:04:09 +00:00