mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1598, support SLB health checking by TCP. 3.0.123
This commit is contained in:
parent
4a69499f2c
commit
20b9d6ab02
8 changed files with 34 additions and 3 deletions
|
@ -72,6 +72,10 @@ work_dir ./;
|
|||
# @reamrk do not support reload.
|
||||
# default: off
|
||||
asprocess off;
|
||||
# Whether client empty IP is ok, for example, health checking by SLB.
|
||||
# If ok(on), we will ignore this connection without warnings or errors.
|
||||
# default: on
|
||||
empty_ip_ok on;
|
||||
|
||||
# For gracefully quit, wait for a while then close listeners,
|
||||
# because K8S notify SRS with SIGQUIT and update Service simultaneously,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue