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 InsecureSkipVerify bool // Response timeout ResponseTimeout internal.Duration // contains filtered or unexported fields }
func (*Nginx) Description ¶
func (*Nginx) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.