Skip to content

Instantly share code, notes, and snippets.

@mstykt
Created May 11, 2020 17:09
Show Gist options
  • Save mstykt/b90bec095d8a19eebcb9044137f99564 to your computer and use it in GitHub Desktop.
Save mstykt/b90bec095d8a19eebcb9044137f99564 to your computer and use it in GitHub Desktop.
upstream servers {
server 192.168.1.54:8080;
server 192.168.1.54:8081;
}
server {
listen 80;
location / {
proxy_pass http://servers;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment