nginx.conf modification
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
events { }
|
||||
stream {
|
||||
upstream loadbalance {
|
||||
server host.docker.internal:8081;
|
||||
server host.docker.internal:8082;
|
||||
server host.docker.internal:8081 max_fails=1 fail_timeout=1s;
|
||||
server host.docker.internal:8082 max_fails=1 fail_timeout=1s;
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user