Skip to content

Instantly share code, notes, and snippets.

@JacobBennett
Created June 2, 2015 12:08
Show Gist options
  • Save JacobBennett/289944d05a5060e0916e to your computer and use it in GitHub Desktop.
Save JacobBennett/289944d05a5060e0916e to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name www.default.com;
return 301 $scheme://default$request_uri;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment