1 files changed, 1 insertions, 1 deletions
diff --git a/develop/reverse_proxy.html b/develop/reverse_proxy.html
index e2f8fea6b9..3021476817 100644
--- a/develop/reverse_proxy.html
+++ b/develop/reverse_proxy.html
@@ -339,7 +339,7 @@ matrix.example.com {
http-request set-header X-Forwarded-For %[src]
# Matrix client traffic
- acl matrix-host hdr(host) -i matrix.example.com
+ acl matrix-host hdr(host) -i matrix.example.com matrix.example.com:443
acl matrix-path path_beg /_matrix
acl matrix-path path_beg /_synapse/client
|