Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
$request_uri
On Thursday, February 5, 2009 at 10:22:41, Alexey V. Karagodov wrote:
AVK> rewrite ^ http://$host$request_uri permanent;
- rewrite ^ http://$host$request_uri permanent;
+ rewrite ^ http://$host$request_uri? permanent;
"Since $request_uri already includes query string,
it's important to add '?' to prevent duplication of query string."
--
Best regards,
Gena
|