summary refs log tree commit diff
path: root/develop/reverse_proxy.html
diff options
context:
space:
mode:
authorMatMaul <MatMaul@users.noreply.github.com>2023-07-31 11:26:11 +0000
committerMatMaul <MatMaul@users.noreply.github.com>2023-07-31 11:26:11 +0000
commitbb9baae9621262fed15742b98da4b373449b9dd9 (patch)
tree7d870b4756b46fd2d8858785131a12be220d0c84 /develop/reverse_proxy.html
parentdeploy: dbee081d149cf1b496d147e144279b621220e429 (diff)
downloadsynapse-bb9baae9621262fed15742b98da4b373449b9dd9.tar.xz
deploy: e02f4b7de287f49476ee5b60e3e439eb8bb11047
Diffstat (limited to 'develop/reverse_proxy.html')
-rw-r--r--develop/reverse_proxy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/reverse_proxy.html b/develop/reverse_proxy.html
index a0d2063c77..0248f314a3 100644
--- a/develop/reverse_proxy.html
+++ b/develop/reverse_proxy.html
@@ -225,7 +225,7 @@ reverse proxy is using.</p>
 }
 
 example.com:8448 {
-  reverse_proxy localhost:8008
+  reverse_proxy /_matrix/* localhost:8008
 }
 </code></pre>
 <p><a href="delegate.html">Delegation</a> example:</p>