From 66dc75ec0555669b38b5446df40ddadcd76ef70c Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Wed, 14 Sep 2022 20:25:14 +0000 Subject: deploy: 80bb098d8775cc2ad1bf5abd150913577e643481 --- latest/systemd-with-workers/index.html | 4 +++- latest/systemd-with-workers/workers/generic_worker.yaml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'latest/systemd-with-workers') diff --git a/latest/systemd-with-workers/index.html b/latest/systemd-with-workers/index.html index 3ae56ce5c6..453c9365b5 100644 --- a/latest/systemd-with-workers/index.html +++ b/latest/systemd-with-workers/index.html @@ -76,7 +76,7 @@ @@ -167,6 +167,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 diff --git a/latest/systemd-with-workers/workers/generic_worker.yaml b/latest/systemd-with-workers/workers/generic_worker.yaml index a82f9c161f..6e7b60886e 100644 --- a/latest/systemd-with-workers/workers/generic_worker.yaml +++ b/latest/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 -- cgit 1.5.1