summary refs log tree commit diff
diff options
context:
space:
mode:
authorsteamport <steamport@protonmail.com>2018-10-19 21:59:14 +0000
committerGitHub <noreply@github.com>2018-10-19 21:59:14 +0000
commit9c2f99a3b74ebd84c14314344bf7ff785b8ff1d1 (patch)
treebdee9b5a527aab521ee001c076e73e09133d3ea6
parentFix formatting. (diff)
downloadsynapse-9c2f99a3b74ebd84c14314344bf7ff785b8ff1d1.tar.xz
Fix
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index bb99f4fe2b..b42a96a34c 100644
--- a/README.rst
+++ b/README.rst
@@ -684,9 +684,10 @@ so an example nginx configuration might look like::
   }
 
 an example caddy configuration may look like::
-
-    proxy /_matrix http://localhost:8008 {
-      transparent
+    example.com {
+      proxy /_matrix http://localhost:8008 {
+        transparent
+      }
     }
 
 and an example apache configuration may look like::