You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ Application Options:
35
35
--scheme= the listeners to enable, this can be repeated and defaults to the schemes in the swagger spec
36
36
--cleanup-timeout= grace period for which to wait before killing idle connections (default: 10s)
37
37
--graceful-timeout= grace period for which to wait before shutting down the server (default: 15s)
38
-
--max-header-size= controls the maximum number of bytes the server will read parsing the request header's keys and values, including the request line. It does not limit the size of the request body. (default: 1MiB)
38
+
--max-header-size= controls the maximum number of bytes the server will read parsing the request header's keys and values, including the request line. It does not limit the size
39
+
of the request body. (default: 1MiB)
39
40
--socket-path= the unix socket to listen on (default: /var/run/data-plane.sock)
40
41
--host= the IP to listen on (default: localhost) [$HOST]
41
42
--port= the port to listen on for insecure connections, defaults to a random value [$PORT]
@@ -62,8 +63,9 @@ HAProxy options:
62
63
-s, --restart-cmd= Restart command
63
64
--reload-retention= Reload retention in days, every older reload id will be deleted (default: 1)
64
65
-t, --transaction-dir= Path to the transaction directory (default: /tmp/haproxy)
65
-
-n, --backups-number= Number of backup configuration files you want to keep, stored in the config dir with version number suffix(default: 0)
66
+
-n, --backups-number= Number of backup configuration files you want to keep, stored in the config dir with version number suffix(default: 0)
66
67
-m, --master-runtime= Path to the master Runtime API socket
68
+
-i, --show-system-info Show system info on info endpoint
67
69
68
70
Logging options:
69
71
--log-to=[stdout|file] Log target, can be stdout or file (default: stdout)
ConfigFilestring`short:"c" long:"config-file" description:"Path to the haproxy configuration file" default:"/etc/haproxy/haproxy.cfg"`
70
73
Userliststring`short:"u" long:"userlist" description:"Userlist in HAProxy configuration to use for API Basic Authentication" default:"controller"`
@@ -76,6 +79,7 @@ var haproxyOptions struct {
76
79
TransactionDirstring`short:"t" long:"transaction-dir" description:"Path to the transaction directory" default:"/tmp/haproxy"`
77
80
BackupsNumberint`short:"n" long:"backups-number" description:"Number of backup configuration files you want to keep, stored in the config dir with version number suffix" default:"0"`
78
81
MasterRuntimestring`short:"m" long:"master-runtime" description:"Path to the master Runtime API socket"`
82
+
ShowSystemInfobool`short:"i" long:"show-system-info" description:"Show system info on info endpoint"`
0 commit comments