diff options
author | steamport <steamport@protonmail.com> | 2018-10-19 21:57:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 21:57:28 +0000 |
commit | 08760b0d9ac7d1ecf48b6aaef662cf346da7368d (patch) | |
tree | 1fc3c381665499179b4fbbfb5bab7d3171d08dbd /README.rst | |
parent | Add CL (diff) | |
download | synapse-08760b0d9ac7d1ecf48b6aaef662cf346da7368d.tar.xz |
Fix formatting.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst index de133f674d..bb99f4fe2b 100644 --- a/README.rst +++ b/README.rst @@ -684,6 +684,7 @@ so an example nginx configuration might look like:: } an example caddy configuration may look like:: + proxy /_matrix http://localhost:8008 { transparent } |