mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix
This commit is contained in:
parent
08760b0d9a
commit
9c2f99a3b7
@ -684,9 +684,10 @@ so an example nginx configuration might look like::
|
|||||||
}
|
}
|
||||||
|
|
||||||
an example caddy configuration may look like::
|
an example caddy configuration may look like::
|
||||||
|
example.com {
|
||||||
proxy /_matrix http://localhost:8008 {
|
proxy /_matrix http://localhost:8008 {
|
||||||
transparent
|
transparent
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
and an example apache configuration may look like::
|
and an example apache configuration may look like::
|
||||||
|
Loading…
Reference in New Issue
Block a user