Skip to content

Commit

Permalink
Fix example listener stanza missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfrappier committed May 31, 2024
1 parent 08d367a commit cab58d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/content/docs/configuration/listener/tcp-tls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ listener "tcp" {
tls_cert_file = "cert.pem"
tls_key_file = "key.pem"
tls_min_version = "tls13"
}
```

</CodeBlockConfig>
Expand Down

0 comments on commit cab58d8

Please sign in to comment.