mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-07-28 01:15:23 -04:00
add generic_worker5
This commit is contained in:
parent
35e6413754
commit
d9c922ba9e
8 changed files with 142 additions and 19 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue