diff options
author | Matt Holt <mholt@users.noreply.github.com> | 2020-05-05 12:37:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 12:37:52 -0600 |
commit | 2f59467ac3b8f31b0f2ad9af346bb52a045a3db2 (patch) | |
tree | 5dc15fea6849d2b9138656ddb3b7b614dcfc8ec1 /modules/logging/encoders.go | |
parent | 184e8e9f713bf39e82f4677452998bb003de6e6d (diff) |
httpcaddyfile: Only append TLS conn policy if it's non-empty (#3319)
This can lead to nicer, smaller JSON output for Caddyfiles like this:
a {
tls internal
}
b {
tls foo@bar.com
}
i.e. where the tls directive only configures automation policies, and
is merely meant to enable TLS on a server block (if it wasn't implied).
This helps keeps implicit config implicit.
Needs a little more testing to ensure it doesn't break anything
important.
Diffstat (limited to 'modules/logging/encoders.go')
0 files changed, 0 insertions, 0 deletions