diff options
author | Valery Piashchynski <[email protected]> | 2021-01-25 14:50:21 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-25 14:50:21 +0300 |
commit | bb9e34db0f96295c5c2104262f43a3ab0edbc060 (patch) | |
tree | a9b0b99a36b796fdeaac130c9330de10aa4d5c0e /plugins/http/config/ssl.go | |
parent | 709f7223fca5e60793ad9b3192f92a554854d6ee (diff) |
Add new Supervisor test in the http plugin
Uniform supervisor config keys to use same notation as pool (10s, 10h
not just 10)
Diffstat (limited to 'plugins/http/config/ssl.go')
-rw-r--r-- | plugins/http/config/ssl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/http/config/ssl.go b/plugins/http/config/ssl.go index c33dbce4..eb2b72b5 100644 --- a/plugins/http/config/ssl.go +++ b/plugins/http/config/ssl.go @@ -23,7 +23,7 @@ type SSL struct { Cert string // Root CA file - RootCA string + RootCA string `mapstructure:"root_ca"` // internal host string |