This commit is contained in:
XenGi 2025-12-04 15:24:49 +01:00
parent afb45d4c11
commit 300034185e
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -23,6 +23,7 @@ in
listeners = [
{
type = "http";
tls = false;
x_forwarded = true;
port = 8008;
bind_addresses = [ "::1" ];
@ -39,6 +40,7 @@ in
}
{
type = "metrics";
tls = false;
port = 9009;
bind_addresses = [ "::1" ];
resources = [