Skip to content

Instantly share code, notes, and snippets.

@hemanth
Created July 3, 2013 14:28
Show Gist options
  • Save hemanth/5918402 to your computer and use it in GitHub Desktop.
Save hemanth/5918402 to your computer and use it in GitHub Desktop.
nginx redirections
rewrite ^/@$ https://twitter.com/:you permanent;
rewrite ^/~$ https://github.com/:you permanent;
rewrite ^/+$ https://plus.google.com/:you permanent;
rewrite ^/f$ https://www.facebook.com/:you permanent;
rewrite ^/in$ https://linkedin.com/in/:you permanent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment