add synapse metrics

This commit is contained in:
Vivian 2022-07-29 13:02:03 +02:00
parent af1fe253e7
commit f8d90ddf41
6 changed files with 95 additions and 32 deletions

View file

@ -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;