mirror of https://github.com/telemt/telemt.git
Update config.toml
This commit is contained in:
parent
4af40f7121
commit
4e30a4999c
|
|
@ -29,8 +29,8 @@ show = "*"
|
||||||
[server]
|
[server]
|
||||||
port = 443
|
port = 443
|
||||||
# proxy_protocol = false # Enable if behind HAProxy/nginx with PROXY protocol
|
# proxy_protocol = false # Enable if behind HAProxy/nginx with PROXY protocol
|
||||||
metrics_port = 9090
|
# metrics_port = 9090
|
||||||
metrics_whitelist = ["127.0.0.1", "::1", "0.0.0.0/0"]
|
# metrics_whitelist = ["127.0.0.1", "::1", "0.0.0.0/0"]
|
||||||
|
|
||||||
# Listen on multiple interfaces/IPs - IPv4
|
# Listen on multiple interfaces/IPs - IPv4
|
||||||
[[server.listeners]]
|
[[server.listeners]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue