g3proxy: make listen config optional in real servers

This commit is contained in:
Zhang Jingqiang 2023-08-02 15:46:05 +08:00
parent 6a16ba7f6e
commit 067ea8e8e8
23 changed files with 160 additions and 35 deletions

View file

@ -7,10 +7,18 @@ Intelligent Proxy port, it will do protocol detection and then send to other ser
The following common keys are supported:
* :ref:`listen <conf_server_common_listen>`
* :ref:`listen_in_worker <conf_server_common_listen_in_worker>`
* :ref:`ingress_network_filter <conf_server_common_ingress_network_filter>`
listen
------
**required**, **type**: :ref:`tcp listen <conf_value_tcp_listen>`
Set the listen config for this server.
The instance count setting will be ignored if *listen_in_worker* is correctly enabled.
http_server
-----------