Skip to content

Instantly share code, notes, and snippets.

@MiteshShah
Created March 29, 2019 17:20
Show Gist options
  • Save MiteshShah/3ef521d20a067c68c79d290f53532426 to your computer and use it in GitHub Desktop.
Save MiteshShah/3ef521d20a067c68c79d290f53532426 to your computer and use it in GitHub Desktop.
if ($host ~* ^www\.(.*)) {
set $host_without_www $1;
rewrite ^(.*) http://$host_without_www$1 permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment