Skip to content

Instantly share code, notes, and snippets.

@boutell
Created January 15, 2014 20:47
Show Gist options
  • Save boutell/8444291 to your computer and use it in GitHub Desktop.
Save boutell/8444291 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name site1 www.site1;
location / {
rewrite ^/apartments http://site2/communities;
rewrite ^.*$ http://site2/something-else;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment