Update nginx-upstream-config.sh for Task#9465

This commit is contained in:
kjg 2021-09-14 12:17:07 +02:00
parent 41832bd28a
commit f038b5f1f4
1 changed files with 2 additions and 1 deletions

View File

@ -36,4 +36,5 @@ 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"
generate_upstream_block register_workers "$REGISTER_WORKERS"
generate_upstream_block generic_workers "$GENERIC_WORKERS"