From d3534d8cb6ac7cd72ab913749324de3af907c971 Mon Sep 17 00:00:00 2001 From: Jin-Guk Kwon Date: Tue, 14 Sep 2021 15:29:29 +0200 Subject: [PATCH] Update nginx-upstream-config.sh --- type/__ungleich_matrix/files/nginx-upstream-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type/__ungleich_matrix/files/nginx-upstream-config.sh b/type/__ungleich_matrix/files/nginx-upstream-config.sh index 3f24a9b..8a737eb 100755 --- a/type/__ungleich_matrix/files/nginx-upstream-config.sh +++ b/type/__ungleich_matrix/files/nginx-upstream-config.sh @@ -37,5 +37,5 @@ generate_upstream_block () { #generate_upstream_block client_workers "$CLIENT_WORKERS" #generate_upstream_block event_sending_workers "$EVENT_SENDING_WORKERS" #generate_upstream_block register_workers "$REGISTER_WORKERS" -generate_upstream_block generic_worker_ih "$federation-worker" ip_hash +generate_upstream_block generic_worker_ih "$FEDERATION_WORKERS" ip_hash generate_upstream_block generic_worker_lc "$GENERIC_WORKERS" least_conn \ No newline at end of file