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