cdist configuration management
Latest manual: https://www.cdi.st/manual/latest/
Home page: https://www.cdi.st
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
190 B
11 lines
190 B
7 months ago
|
frontend https
|
||
|
bind BIND@:443
|
||
|
mode tcp
|
||
|
option tcplog
|
||
|
tcp-request inspect-delay 5s
|
||
|
tcp-request content accept if { req_ssl_hello_type 1 }
|
||
|
default_backend https
|
||
|
|
||
|
backend https
|
||
|
mode tcp
|