mirror of https://github.com/telemt/telemt.git
Update FAQ.en.md
This commit is contained in:
parent
6391df0583
commit
3c734bd811
|
|
@ -63,9 +63,12 @@ user3 = "00000000000000000000000000000003"
|
||||||
curl -s http://127.0.0.1:9091/v1/users | jq
|
curl -s http://127.0.0.1:9091/v1/users | jq
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## "Unknown TLS SNI" Error
|
||||||
|
You probably updated tls_domain, but users are still connecting via old links with the previous domain.
|
||||||
|
|
||||||
## How to view metrics
|
## How to view metrics
|
||||||
|
|
||||||
1. Open the config `nano /etc/telemt.toml`
|
1. Open the config `nano /etc/telemt/telemt.toml`
|
||||||
2. Add the following parameters
|
2. Add the following parameters
|
||||||
```toml
|
```toml
|
||||||
[server]
|
[server]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue