Skip to content

Instantly share code, notes, and snippets.

@kenperkins
Created March 21, 2014 03:00
Show Gist options
  • Save kenperkins/9678640 to your computer and use it in GitHub Desktop.
Save kenperkins/9678640 to your computer and use it in GitHub Desktop.
server {
listen *:80;
server_name www.my-domain.com;
rewrite ^ https://www.my-domain.com$uri permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment