Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created August 1, 2011 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ocharles/1117864 to your computer and use it in GitHub Desktop.
Save ocharles/1117864 to your computer and use it in GitHub Desktop.
if ($request_method = POST &&
$http_user_agent !~ libmusicbrainz &&
$http_host !~ /musicbrainz\.org/) {
rewrite ^/(.*)$ http://musicbrainz.org/$1 permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment