Created
July 3, 2013 14:28
-
-
Save hemanth/5918402 to your computer and use it in GitHub Desktop.
nginx redirections
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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