From ffff236167e8b228e6fe0a3fe2332057937fc9c7 Mon Sep 17 00:00:00 2001 From: Jan <31133207+Jaffex@users.noreply.github.com> Date: Sun, 26 Feb 2023 17:21:08 +0100 Subject: [PATCH 1/2] Update configuring-playbook-own-webserver.md Change documentation for host bind port when fronting traefik with another reverse proxy --- docs/configuring-playbook-own-webserver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-own-webserver.md b/docs/configuring-playbook-own-webserver.md index 3b9d822d7..ff9d2c935 100644 --- a/docs/configuring-playbook-own-webserver.md +++ b/docs/configuring-playbook-own-webserver.md @@ -138,8 +138,8 @@ devture_traefik_container_web_host_bind_port: '127.0.0.1:81' devture_traefik_additional_entrypoints_auto: - name: matrix-federation - port: "{{ matrix_federation_public_port }}" - host_bind_port: "127.0.0.1:{{ matrix_federation_public_port }}" + port: 8449 + host_bind_port: '127.0.0.1:8449' config: {} ``` From 05b3f6565b4affa08fa71204088b27e288beb9d2 Mon Sep 17 00:00:00 2001 From: Jan <31133207+Jaffex@users.noreply.github.com> Date: Sun, 26 Feb 2023 17:21:59 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf821f38..cd5923375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,7 @@ At some point in the **near** future (days, or even weeks at most), we hope to c ### How do I keep using my own other reverse-proxy? -We recommend that you follow the guide for [Fronting the integraed reverse-proxy webserver with another reverse-proxy](docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy). +We recommend that you follow the guide for [Fronting the integrated reverse-proxy webserver with another reverse-proxy](docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy). # 2023-02-25