matrix: expose admin API
This commit is contained in:
parent
12dbc17247
commit
4e35de5594
@ -48,8 +48,9 @@ in
|
||||
return 200 '${builtins.toJSON client}';
|
||||
'';
|
||||
|
||||
# Forward matrix API calls to synapse
|
||||
# Forward matrix/admin API calls to synapse
|
||||
locations."/_matrix".proxyPass = "http://localhost:8448";
|
||||
locations."/_synapse".proxyPass = "http://localhost:8448";
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user