mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-07 11:02:21 +00:00
Fix
This commit is contained in:
+4
-3
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user