add synapse metrics
This commit is contained in:
parent
af1fe253e7
commit
f8d90ddf41
6 changed files with 95 additions and 32 deletions
|
@ -62,7 +62,7 @@ in
|
|||
forceSSL = true;
|
||||
locations."/".extraConfig = ''
|
||||
add_header Content-Type 'text/html; charset=UTF-8';
|
||||
return 200 meow;
|
||||
return 200 '<h1>meow</h1>';
|
||||
'';
|
||||
locations."= /.well-known/matrix/client".extraConfig = mkWellKnown clientConfig;
|
||||
locations."= /.well-known/matrix/server".extraConfig = mkWellKnown serverConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue