Skip to content

Instantly share code, notes, and snippets.

@jeremyvaught
Last active June 12, 2016 02:26
Show Gist options
  • Save jeremyvaught/5bfccdf59d51cd4caa39e312766d5951 to your computer and use it in GitHub Desktop.
Save jeremyvaught/5bfccdf59d51cd4caa39e312766d5951 to your computer and use it in GitHub Desktop.
http://stackoverflow.com/questions/19675839/mapping-a-url-path-to-a-server-in-nginx
This seems to be my answer:
location /path/ {
proxy_pass https://otherserver.com/;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment