Skip to content

Instantly share code, notes, and snippets.

@bkono
Created June 19, 2010 06:56
Show Gist options
  • Save bkono/444650 to your computer and use it in GitHub Desktop.
Save bkono/444650 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name www.mysite.com mysite.com;
rewrite ^/(.*) http://iwalkthevine.com permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment