mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-09 16:26:59 +08:00
sample.config: moved server-drain-ms to a more suitable section of the file
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -258,6 +258,10 @@ switch-to-tcp-timeout = 25
|
||||
# MTU discovery (DPD must be enabled)
|
||||
try-mtu-discovery = false
|
||||
|
||||
# To enable load-balancer connection draining, set server-drain-ms to a value
|
||||
# higher than your load-balancer health probe interval.
|
||||
#server-drain-ms = 15000
|
||||
|
||||
# If you have a certificate from a CA that provides an OCSP
|
||||
# service you may provide a fresh OCSP status response within
|
||||
# the TLS handshake. That will prevent the client from connecting
|
||||
@@ -723,8 +727,3 @@ ipv4-network = 192.168.2.0
|
||||
ipv4-netmask = 255.255.255.0
|
||||
|
||||
cert-user-oid = 0.9.2342.19200300.100.1.1
|
||||
|
||||
# To enable load-balancer connection draining, set server-drain-ms to a value
|
||||
# higher than your load-balancer health probe interval.
|
||||
# server-drain-ms = 15000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user