HAProxy Configuration: Difference between revisions
Jump to navigation
Jump to search
(→mode) |
(→mode) |
||
Line 25: | Line 25: | ||
===mode=== | ===mode=== | ||
Possible values: | Possible values: | ||
====http==== | |||
====tcp==== | |||
Used to pass secure connections off to a backend server without encrypting it. |
Revision as of 02:01, 4 July 2017
Internal
Overview
If installed with yum, the default configuration file is deployed in /etc/haproxy/haproxy.cfg
Configure HAProxy to Log into a File
Instructions in /etc/haproxy/haproxy.cfg. Follow and verify.
SSL Configuration
Configuration
global
defaults
mode
Possible values:
http
tcp
Used to pass secure connections off to a backend server without encrypting it.