add generic_worker5

This commit is contained in:
creme 2023-08-01 10:35:32 +02:00
parent 35e6413754
commit d9c922ba9e
No known key found for this signature in database
GPG key ID: C147C3B7FBDF08D0
8 changed files with 142 additions and 19 deletions

View file

@ -4,6 +4,7 @@ upstream generic_worker_ih {
server localhost:8511;
server localhost:8512;
server localhost:8513;
server localhost:8514;
}
upstream generic_worker_lc {
@ -12,11 +13,12 @@ upstream generic_worker_lc {
server localhost:8511;
server localhost:8512;
server localhost:8513;
server localhost:8514;
}
upstream additional {
least_conn;
server localhost:8514;
server localhost:8515;
}
upstream presence {