Skip to content

Instantly share code, notes, and snippets.

@WyriHaximus
Created October 2, 2014 11:08
Show Gist options
  • Save WyriHaximus/c518cf063e7875f1c36c to your computer and use it in GitHub Desktop.
Save WyriHaximus/c518cf063e7875f1c36c to your computer and use it in GitHub Desktop.
domain.com
server {
listen 80;
rewrite ^/(.*)$ http://www.domain.nl/$1 permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment