No description
Find a file
Maxim Dounin 3d27592e55 Added clearing of r->valid_unparsed_uri on internal redirects.
This resolves issue with try_files (see ticket #70), configuration like

   location / { try_files $uri /index.php; }
   location /index.php { proxy_pass http://backend; }

caused nginx to use original request uri in a request to a backend.

Historically, not clearing of the r->valid_unparsed_uri on internal redirect
was a feature: it allowed to pass the same request to (another) upstream
server via error_page redirection.  Since then named locations appeared
though, and it's time to start resetting r->valid_unparsed_uri on internal
redirects.  Configurations still using this feature should be converted
to use named locations instead.

Patch by Lanshun Zhou.
2011-12-19 14:11:48 +00:00
auto Added the "so_keepalive=" parameter to the "listen" directive. 2011-12-05 08:06:15 +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 Added clearing of r->valid_unparsed_uri on internal redirects. 2011-12-19 14:11:48 +00:00