Skip to content

Instantly share code, notes, and snippets.

@hunter
Created May 3, 2009 12:36
Show Gist options
  • Save hunter/105976 to your computer and use it in GitHub Desktop.
Save hunter/105976 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name www.domain.com;
rewrite ^/(.*)$ http://domain.com/$1 redirect;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment