{# #} {# #}
{{lang.words.select|title()}} {{lang.words.w_a}} {{lang.words.server}}: {{ select('global_serv', name='server', values=g.user_params['servers'], is_servers='true', by_id=1) }}
{{lang.words.note|title()}}: {{lang.phrases.master_slave}}
global {{lang.words.name}}: {{ input('global-name', name='name', title="global "+lang.words.name, value="name") }}
{{lang.words.log|title()}}:
Adds a global syslog server. Several global servers can be defined. They will receive logs for starts and exits
Chroot: {{ input('global-chroot', name='chroot', placeholder="/var/lib/haproxy") }}
Pidfile: {{ input('global-pidfile', name='pidfile', placeholder="/var/run/haproxy.pid") }}
Maxconn: {{ input('global-maxconn', name='maxconn', placeholder="5000", type="number") }}
Sets the maximum per-process number of concurrent connections to number.
{{lang.words.user|title()}}: {{ input('global-user', name='user', placeholder="haproxy") }}
{{lang.words.group|title()}}: {{ input('global-group', name='group', placeholder="haproxy") }}
Stats socket:
Binds a UNIX socket to path or a TCPv4/v6 address to address:port. Connections to this socket will return various statistics outputs and even allow some commands to be issued to change some runtime settings.
Daemon: {{ checkbox('global-daemon', name='daemon') }}
Makes the process fork into background. This is the recommended mode of operation.
{{ lang.add_page.buttons.set_options }}: