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