1 files changed, 4 insertions, 0 deletions
diff --git a/develop/reverse_proxy.html b/develop/reverse_proxy.html
index 2659dc34cf..3257ac9ff0 100644
--- a/develop/reverse_proxy.html
+++ b/develop/reverse_proxy.html
@@ -297,6 +297,10 @@ frontend matrix-federation
backend matrix
server matrix 127.0.0.1:8008
</code></pre>
+<p>Example configuration, if using a UNIX socket. The configuration lines regarding the frontends do not need to be modified.</p>
+<pre><code>backend matrix
+ server matrix unix@/run/synapse/main_public.sock
+</code></pre>
<p><a href="delegate.html">Delegation</a> example:</p>
<pre><code>frontend https
acl matrix-well-known-client-path path /.well-known/matrix/client
|