Skip to content

Instantly share code, notes, and snippets.

@od3n
Forked from sumardi/nginx.www.conf
Created May 22, 2014 20:34
Show Gist options
  • Save od3n/bfb872c8a785e08ed0da to your computer and use it in GitHub Desktop.
Save od3n/bfb872c8a785e08ed0da to your computer and use it in GitHub Desktop.
server {
server_name domain.com;
rewrite ^(.*) http://www.domain.com$1 permanent;
}
server {
server_name www.domain.com;
#The rest of your configuration goes here#
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment