Skip to content

Commit

Permalink
Fix frontend_proxy jinja script in docker workers (matrix-org#10783)
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay authored Sep 8, 2021
1 parent 5154afc commit 01df612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/10783.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a bug which generated invalid homeserver config when the `frontend_proxy` worker type was passed to the Synapse Worker-based Complement image.
2 changes: 1 addition & 1 deletion docker/configure_workers_and_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"shared_extra_conf": {},
"worker_extra_conf": (
"worker_main_http_uri: http://127.0.0.1:%d"
% (MAIN_PROCESS_HTTP_LISTENER_PORT,),
% (MAIN_PROCESS_HTTP_LISTENER_PORT,)
),
},
}
Expand Down

0 comments on commit 01df612

Please sign in to comment.