Skip to content

Instantly share code, notes, and snippets.

@swade1987
Created January 4, 2018 13:57
Show Gist options
  • Save swade1987/90774944b9143bf88ef9a412079cbd19 to your computer and use it in GitHub Desktop.
Save swade1987/90774944b9143bf88ef9a412079cbd19 to your computer and use it in GitHub Desktop.
stream {
upstream master {
server master1:6443;
server master2:6443;
}
server {
listen 6443;
proxy_pass master;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment