From 47c8d20a2d213c267806c9c09668780df65a9f09 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Mon, 4 Dec 2023 12:39:54 +0000 Subject: deploy: 0aa4d3b6f7193d9721bd484dae0242ccd0cc10b8 --- develop/usage/configuration/config_documentation.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'develop/usage') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index b8a2fa0216..f63dd469ad 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -635,7 +635,7 @@ for workers and containers without listener e.g # Note that x_forwarded will default to true, when using a UNIX socket. Please see # https://matrix-org.github.io/synapse/latest/reverse_proxy.html. # - - path: /var/run/synapse/main_public.sock + - path: /run/synapse/main_public.sock type: http resources: - names: [client, federation] @@ -3769,9 +3769,9 @@ declared inside the listener block for a replication l

Example configuration(#2, for UNIX sockets):

instance_map:
   main:
-    path: /var/run/synapse/main_replication.sock
+    path: /run/synapse/main_replication.sock
   worker1:
-    path: /var/run/synapse/worker1_replication.sock
+    path: /run/synapse/worker1_replication.sock
 

stream_writers

@@ -3930,13 +3930,13 @@ requests from other workers.

Example configuration(#2, using UNIX sockets with a replication listener):

worker_listeners:
   - type: http
-    path: /var/run/synapse/worker_public.sock
+    path: /run/synapse/worker_replication.sock
     resources:
-      - names: [client, federation]
+      - names: [replication]
   - type: http
-    path: /var/run/synapse/worker_replication.sock
+    path: /run/synapse/worker_public.sock
     resources:
-      - names: [replication]
+      - names: [client, federation]
 

worker_manhole

-- cgit 1.5.1