Skip to content

Instantly share code, notes, and snippets.

@Zumochi
Created January 25, 2017 19:56
Show Gist options
  • Save Zumochi/582fcb766b14f7940f49619aef909ef7 to your computer and use it in GitHub Desktop.
Save Zumochi/582fcb766b14f7940f49619aef909ef7 to your computer and use it in GitHub Desktop.
server {
listen [::]:80;
listen [::]:443;
server_name *.mydomain;
return 301 https://mydomain$request_uri;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment