spec(eientei): proxy matrix health endpoint
This commit is contained in:
parent
3b525684f5
commit
dff75439a1
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