Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Created May 12, 2012 00:27
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 jdorfman/2663316 to your computer and use it in GitHub Desktop.
Save jdorfman/2663316 to your computer and use it in GitHub Desktop.
# If a uri has spaces e.g. /all/files/preview-images/May/aws%20blocks.png
# Make sure you have $request_uri before $is_args$args or the file will 404
proxy_pass http://$backend$request_uri$is_args$args;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment