Skip to content

Instantly share code, notes, and snippets.

@dangerouse
Created January 16, 2012 22:42
Show Gist options
  • Save dangerouse/1623422 to your computer and use it in GitHub Desktop.
Save dangerouse/1623422 to your computer and use it in GitHub Desktop.
Cloudsponge Proxy Reference - Nginx
location /proxy/ {
proxy_pass https://api.cloudsponge.com/auth;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment