Skip to content

Instantly share code, notes, and snippets.

@tjl2
Created January 16, 2013 16:09
Show Gist options
  • Save tjl2/4548377 to your computer and use it in GitHub Desktop.
Save tjl2/4548377 to your computer and use it in GitHub Desktop.
if ($host !~* www\.(.*)) {
set $host_with_www "www.$1";
rewrite ^(.*)$ $scheme://$host_with_www$request_uri permanent; #1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment