mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Add a frontend proxy
This commit is contained in:
parent
08284c86ed
commit
1fc4a962e4
2 changed files with 269 additions and 0 deletions
|
@ -32,6 +32,8 @@ class WorkerConfig(Config):
|
|||
self.worker_replication_port = config.get("worker_replication_port", None)
|
||||
self.worker_name = config.get("worker_name", self.worker_app)
|
||||
|
||||
self.worker_main_http_uri = config.get("worker_main_http_uri", None)
|
||||
|
||||
if self.worker_listeners:
|
||||
for listener in self.worker_listeners:
|
||||
bind_address = listener.pop("bind_address", None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue