Update nginx-upstream-config.sh for register

This commit is contained in:
kjg 2021-07-17 19:46:44 +02:00
parent 426ae00478
commit 7d21372cdd
1 changed files with 1 additions and 0 deletions

View File

@ -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"