spec(eientei): proxy matrix health endpoint
This commit is contained in:
parent
e152b83633
commit
ae4e8154ea
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ in {
|
|||
locations."/".extraConfig = ''
|
||||
return 404;
|
||||
'';
|
||||
locations."/health".proxyPass = "http://127.0.0.1:8008";
|
||||
locations."/_matrix".proxyPass = "http://127.0.0.1:8008";
|
||||
locations."/_synapse/client".proxyPass = "http://127.0.0.1:8008";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue