Skip to content

Instantly share code, notes, and snippets.

@georgebashi
Created September 5, 2010 13:47
Show Gist options
  • Save georgebashi/566034 to your computer and use it in GitHub Desktop.
Save georgebashi/566034 to your computer and use it in GitHub Desktop.
server {
server_name www.georgebashi.com;
rewrite ^(.*) http://georgebashi.com$1 permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment