diff --git a/docs/configuring-playbook-traefik.md b/docs/configuring-playbook-traefik.md index c4a754fc1..dc4d88cf6 100644 --- a/docs/configuring-playbook-traefik.md +++ b/docs/configuring-playbook-traefik.md @@ -144,18 +144,18 @@ With these changes, all TCP traffic will be reverse-proxied to the target system If you run a reverse-proxy which speaks `proxy_protocol`, add the following to your configuration file: ```yaml - devture_traefik_configuration_extension_yaml: | - entryPoints: - web-secure: - proxyProtocol: - trustedIPs: - - "127.0.0.1/32" - - "/32" - - "/128" - matrix-federation: - proxyProtocol: - trustedIPs: - - "127.0.0.1/32" - - "/32" - - "/128" +devture_traefik_configuration_extension_yaml: | + entryPoints: + web-secure: + proxyProtocol: + trustedIPs: + - "127.0.0.1/32" + - "/32" + - "/128" + matrix-federation: + proxyProtocol: + trustedIPs: + - "127.0.0.1/32" + - "/32" + - "/128" ```