Skip to content

Instantly share code, notes, and snippets.

@themasch
Created January 4, 2016 07:52
Show Gist options
  • Save themasch/11b3b08b95991695b749 to your computer and use it in GitHub Desktop.
Save themasch/11b3b08b95991695b749 to your computer and use it in GitHub Desktop.
toolbox
server {
listen 80;
server_name my.domain.com;
return 301 https://$server_name$request_uri;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment