mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 15:05:05 -04:00
Fix frontend_proxy jinja script in docker workers (#10783)
This commit is contained in:
parent
5154afc00d
commit
01df612e1e
2 changed files with 2 additions and 1 deletions
1
changelog.d/10783.bugfix
Normal file
1
changelog.d/10783.bugfix
Normal file
|
@ -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.
|
|
@ -162,7 +162,7 @@ WORKERS_CONFIG = {
|
||||||
"shared_extra_conf": {},
|
"shared_extra_conf": {},
|
||||||
"worker_extra_conf": (
|
"worker_extra_conf": (
|
||||||
"worker_main_http_uri: http://127.0.0.1:%d"
|
"worker_main_http_uri: http://127.0.0.1:%d"
|
||||||
% (MAIN_PROCESS_HTTP_LISTENER_PORT,),
|
% (MAIN_PROCESS_HTTP_LISTENER_PORT,)
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue