Skip to content

Instantly share code, notes, and snippets.

@dpnova
Created October 2, 2013 01:02
Show Gist options
  • Save dpnova/6787617 to your computer and use it in GitHub Desktop.
Save dpnova/6787617 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name yourdomain.com;
rewrite ^/(.*) http://www.yourdomain.com/$1 permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment