Skip to content

Instantly share code, notes, and snippets.

@shingara
Created June 27, 2012 07:48
Show Gist options
  • Save shingara/3002283 to your computer and use it in GitHub Desktop.
Save shingara/3002283 to your computer and use it in GitHub Desktop.
location = /robots.txt {
if ($host ~ 'fr.bemyboat.com') {
rewrite ^.* http://fr.bemyboat.com/robots.txt break;
}
if ($host ~ 'en.bemyboat.com') {
rewrite ^.* http://en.bemyboat.com/robots.txt break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment