Skip to content

Instantly share code, notes, and snippets.

@justan
Created July 2, 2012 03:37
Show Gist options
  • Select an option

  • Save justan/3030859 to your computer and use it in GitHub Desktop.

Select an option

Save justan/3030859 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name img.whosemind.net;
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://dl.dropbox.com/u/6877098/;
proxy_redirect off;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment