1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-16 12:40:40 +00:00
This commit is contained in:
steamport 2018-10-19 21:59:14 +00:00 committed by GitHub
parent 08760b0d9a
commit 9c2f99a3b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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::