From 7d21372cdda1cc658bb861e9c79ca7986ec8b01f Mon Sep 17 00:00:00 2001 From: Jin-Guk Kwon Date: Sat, 17 Jul 2021 19:46:44 +0200 Subject: [PATCH] Update nginx-upstream-config.sh for register --- type/__ungleich_matrix/files/nginx-upstream-config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/type/__ungleich_matrix/files/nginx-upstream-config.sh b/type/__ungleich_matrix/files/nginx-upstream-config.sh index 63bb4d3..6ccafc1 100755 --- a/type/__ungleich_matrix/files/nginx-upstream-config.sh +++ b/type/__ungleich_matrix/files/nginx-upstream-config.sh @@ -36,3 +36,4 @@ generate_upstream_block sync_workers "$SYNC_WORKERS" ip_hash generate_upstream_block federation_workers "$FEDERATION_WORKERS" generate_upstream_block client_workers "$CLIENT_WORKERS" generate_upstream_block event_sending_workers "$EVENT_SENDING_WORKERS" +generate_upstream_block register_workers "$REGISTER_WORKERS" \ No newline at end of file