HAProxy SSL Pass-Through Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
{{Internal|HAProxy_Concepts#SSL_Pass-Through|HAProxy Concepts - SSL Pass-Through}} | {{Internal|HAProxy_Concepts#SSL_Pass-Through|HAProxy Concepts - SSL Pass-Through}} | ||
=Frontend Configuration= | |||
frontend localhost | |||
bind *:80 | |||
bind *:443 | |||
option tcplog | |||
mode tcp | |||
default_backend nodes |
Revision as of 01:52, 4 July 2017
Internal
Overview
Frontend Configuration
frontend localhost bind *:80 bind *:443 option tcplog mode tcp default_backend nodes