fix tls
This commit is contained in:
parent
afb45d4c11
commit
300034185e
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue