Skip to content
Snippets Groups Projects
Unverified Commit 01df612e authored by kegsay's avatar kegsay Committed by GitHub
Browse files

Fix frontend_proxy jinja script in docker workers (#10783)

parent 5154afc0
Branches
Tags
No related merge requests found
Fix a bug which generated invalid homeserver config when the `frontend_proxy` worker type was passed to the Synapse Worker-based Complement image.
\ No newline at end of file
......@@ -162,7 +162,7 @@ WORKERS_CONFIG = {
"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,)
),
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment