Fix client URL for Matrix being completely wrong. I guess.
This commit is contained in:
parent
c12d37cad2
commit
42e2a3bd22
@ -30,7 +30,7 @@
|
||||
ingress_servers:
|
||||
- name: matrix.desu.ltd
|
||||
proxies:
|
||||
- location: "~* ^(\/_matrix|\/_synapse|\/_client)"
|
||||
- location: "~* ^(\/_matrix|\/_synapse|\/client)"
|
||||
pass: http://synapse:8008
|
||||
- location: /
|
||||
pass: http://element:80
|
||||
|
Loading…
Reference in New Issue
Block a user