Created
January 3, 2016 13:42
-
-
Save AdrienFromToulouse/48b574d45b5ee69ff42f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[..] | |
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