On Fri, Jul 03, 2015 at 07:04:20AM -0400, ramsoft75 wrote:

Hi there,

> In conclusion www.domain.com/parameters should redirect to
> m.domain.com/parameters but is redirected to m.domain.com, the parameters
> are clean. Is there a way no to clean it ?

It works for me as-is. I add your "if" at server{} level, and I see:

curl -A iPad -i http://localhost/parameters?key=value

HTTP/1.1 302 Moved Temporarily
...
Location: http://m.domain.com/parameters?key=value

What response do you get for a similar curl command?

        f
-- 
Francis Daly        fran...@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to