it’s handle not handler
This commit is contained in:
parent
40877d2d61
commit
5457f959ba
1 changed files with 3 additions and 3 deletions
|
@ -95,13 +95,13 @@
|
|||
extraConfig = ''
|
||||
import baseConfig
|
||||
|
||||
handler /_matrix/* {
|
||||
handle /_matrix/* {
|
||||
reverse_proxy localhost:8008
|
||||
}
|
||||
handler /_synapse/* {
|
||||
handle /_synapse/* {
|
||||
reverse_proxy localhost:8008
|
||||
}
|
||||
handler /_matrix/media/* {
|
||||
handle /_matrix/media/* {
|
||||
reverse_proxy {
|
||||
up https://matrix.chir.rs
|
||||
|
||||
|
|
Loading…
Reference in a new issue