Редирект для Android, iPhone, iPod

server {
if ($http_user_agent ~* ‘(Android|iPhone|iPod)’) {
rewrite ^/$ http://m.site.org/;
}
}