Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nginx ¶
type Nginx struct {
// List of status URLs
Urls []string
// Path to CA file
SSLCA string `toml:"ssl_ca"`
// Path to client cert file
SSLCert string `toml:"ssl_cert"`
// Path to cert key file
SSLKey string `toml:"ssl_key"`
// Use SSL but skip chain & host verification
SkipInsecureVerify bool
// Response timeout
ResponseTimeoutMs int32
// contains filtered or unexported fields
}
func (*Nginx) Description ¶
Click to show internal directories.
Click to hide internal directories.