add tls
This commit is contained in:
parent
214852da11
commit
fdabe532f5
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
{
|
{
|
||||||
job_name = "synapse";
|
job_name = "synapse";
|
||||||
scrape_interval = "15s";
|
scrape_interval = "15s";
|
||||||
|
scheme = "https";
|
||||||
metrics_path = "/_synapse/metrics";
|
metrics_path = "/_synapse/metrics";
|
||||||
static_configs = [{ targets = [ "matrix.berlin.ccc.de:443" ]; }];
|
static_configs = [{ targets = [ "matrix.berlin.ccc.de:443" ]; }];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue