Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Global = map[string]annotation{
"nbthread": &nbthread{},
"syslog-server": &syslogServers{},
"maxconn": &globalMaxconn{},
"http-server-close": &defaultOption{name: "http-server-close"},
"http-keep-alive": &defaultOption{name: "http-keep-alive"},
"dontlognull": &defaultOption{name: "dontlognull"},
"logasap": &defaultOption{name: "logasap"},
"timeout-http-request": &defaultTimeout{name: "http-request"},
"timeout-connect": &defaultTimeout{name: "connect"},
"timeout-client": &defaultTimeout{name: "client"},
"timeout-client-fin": &defaultTimeout{name: "client-fin"},
"timeout-queue": &defaultTimeout{name: "queue"},
"timeout-server": &defaultTimeout{name: "server"},
"timeout-server-fin": &defaultTimeout{name: "server-fin"},
"timeout-tunnel": &defaultTimeout{name: "tunnel"},
"timeout-http-keep-alive": &defaultTimeout{name: "http-keep-alive"},
"log-format": &defaultLogFormat{},
"config-snippet": &globalCfgSnippet{},
"hard-stop-after": &globalHardStopAfter{},
}
Global holds annotations related to the Global and Default HAProxy sections
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.