Skip to content

Instantly share code, notes, and snippets.

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 soloradish/9323db526e52667f3078f9e32fefbf54 to your computer and use it in GitHub Desktop.
Save soloradish/9323db526e52667f3078f9e32fefbf54 to your computer and use it in GitHub Desktop.
nginx upstream example2
upstream backend {
server 127.0.0.1:8081;
server 127.0.0.1:8082;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment