Skip to content

Instantly share code, notes, and snippets.

@Mozartted
Created May 23, 2018 04:56
Show Gist options
  • Save Mozartted/fbb65837c3a08c16c37f34b5355ea6aa to your computer and use it in GitHub Desktop.
Save Mozartted/fbb65837c3a08c16c37f34b5355ea6aa to your computer and use it in GitHub Desktop.
...
upstream backend_hosts {
least_conn;
server host1.example.com weight=3;
server host2.example.com;
server host3.example.com;
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment