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 = [
|
||||
{
|
||||
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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue