nginx: google+ Redirect

# ____ google plus redirect _________
location /+ {
  rewrite ^(\/\+)$ https://plus.google.com/deineeigeneidkommthierhin
  last;
}