Skip to content

Instantly share code, notes, and snippets.

@RyanBreaker
Created July 21, 2015 00:09
Show Gist options
  • Select an option

  • Save RyanBreaker/c5edcb531584331c9b3b to your computer and use it in GitHub Desktop.

Select an option

Save RyanBreaker/c5edcb531584331c9b3b to your computer and use it in GitHub Desktop.
server {
server_name www.$<domain>.$<tld>;
return 301 $scheme://$domain.$tld$request_uri;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment