Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/reference/reference_lua/box_info/listen.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ box.info.listen
Since: :doc:`2.4.1 </release/2.4.1>`

A real address to which an instance is bound.
If multiple URIs are configured, returns an array of strings.
If an instance does not listen to anything, ``box.info.listen`` is ``nil``.

To learn how to configure URIs used to listen for incoming requests, see :ref:`iproto.listen <configuration_reference_iproto_listen>`.

:rtype: string
:rtype: string | string[]

**Example**

Expand Down