Skip to content

Instantly share code, notes, and snippets.

@AdrienFromToulouse
Created January 3, 2016 13:42
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 AdrienFromToulouse/48b574d45b5ee69ff42f to your computer and use it in GitHub Desktop.
Save AdrienFromToulouse/48b574d45b5ee69ff42f to your computer and use it in GitHub Desktop.
[..]
upstream my-awesome-app {
server app1:5000;
server app2:5000;
}
location / {
proxy_pass http://my-awesome-app;
proxy_redirect off;
[..]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment