Skip to content

Instantly share code, notes, and snippets.

@yeah
Created May 8, 2012 15:23
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 yeah/2636264 to your computer and use it in GitHub Desktop.
Save yeah/2636264 to your computer and use it in GitHub Desktop.
Tumblr reverse proxy - Fixing redirects
# rewrite location headers in upstream redirects
proxy_redirect http://planio.tumblr.com/ /blog/;
proxy_redirect / /blog/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment