Skip to content

Instantly share code, notes, and snippets.

@eftakhairul
Last active November 30, 2016 16:37
Show Gist options
  • Save eftakhairul/159951414318e8470293 to your computer and use it in GitHub Desktop.
Save eftakhairul/159951414318e8470293 to your computer and use it in GitHub Desktop.
Basic redirection by nginx
server {
server_name abc.com;
return 301 http://xyz.com;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment