Skip to content

Instantly share code, notes, and snippets.

@jmoz
Created August 23, 2011 21:47
Show Gist options
  • Save jmoz/1166673 to your computer and use it in GitHub Desktop.
Save jmoz/1166673 to your computer and use it in GitHub Desktop.
Nginx 301
server {
listen 80;
server_name vietnameseinshoreditch.co.uk;
rewrite ^ http://shoreditchvietnamese.co.uk$request_uri? permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment