This commit is contained in:
steamport
2018-10-19 21:59:14 +00:00
committed by GitHub
parent 08760b0d9a
commit 9c2f99a3b7
+4 -3
View File
@@ -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::