Nginx doesn't redirect www no m in Safari, iPhone, iPad

ramsoft75 nginx-forum at nginx.us
Sun Jul 5 19:31:22 UTC 2015


Hi there

I changed to 

#to detect if the device with www entered in domain is mobile
if ($http_user_agent ~* '(iPhone|iPod|iPad|Android|BlackBerry|webOS|Windows
Phone)') {
rewrite ^ http://m.domain.com$request_uri;
}

I executed the command :

$ curl -A iPad -i https://www.domain.com/#!/pt/--item-view/pt/32081/Mix-J

And the result was :

-bash: !/pt/--item-view/pt/32081/Mix-J: event not found

This only append's with Safari, there's no problem with Chrome (Desktop,
Mobile) or Internet Explorer in Pc, could this be a browser problem and not
an Nginx configuration problem ?

Thanks

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260033,260064#msg-260064



More information about the nginx mailing list