diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-08-30 18:01:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 18:01:51 +0100 |
commit | 372136d3a8c6cd0d7506ae75b18128476ba368e4 (patch) | |
tree | 0ad8c2b88f437c4b66fc18c1b75f4abebd8f7336 /docs/systemd-with-workers | |
parent | Merge branch 'release-v1.66' into develop (diff) | |
download | synapse-372136d3a8c6cd0d7506ae75b18128476ba368e4.tar.xz |
Remove documentation of legacy `frontend_proxy` worker app (#13645)
This has been the same as a generic_worker since #6964, so let's get rid of it. Fixes #3717
Diffstat (limited to 'docs/systemd-with-workers')
-rw-r--r-- | docs/systemd-with-workers/workers/generic_worker.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/systemd-with-workers/workers/generic_worker.yaml b/docs/systemd-with-workers/workers/generic_worker.yaml index a82f9c161f..6e7b60886e 100644 --- a/docs/systemd-with-workers/workers/generic_worker.yaml +++ b/docs/systemd-with-workers/workers/generic_worker.yaml @@ -5,6 +5,8 @@ worker_name: generic_worker1 worker_replication_host: 127.0.0.1 worker_replication_http_port: 9093 +worker_main_http_uri: http://localhost:8008/ + worker_listeners: - type: http port: 8083 |