Skip to content

Instantly share code, notes, and snippets.

@baxang
Created February 18, 2013 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baxang/4975443 to your computer and use it in GitHub Desktop.
Save baxang/4975443 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name fast-track.asia www.fast-track.asia fta.seeitworks.asia;
rewrite ^ http://blog.fast-track.asia$request_uri? permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment