mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Improve documentation of virtual_host parameter: old text failed to
indicate that you could specify multiple listen addresses.
This commit is contained in:
parent
3f01eba0bf
commit
96c229dd7a
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.243 2004/03/01 17:58:39 neilc Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.244 2004/03/05 23:16:17 tgl Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Chapter Id="runtime">
|
<Chapter Id="runtime">
|
||||||
@ -700,9 +700,11 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
<term><varname>virtual_host</varname> (<type>string</type>)</term>
|
<term><varname>virtual_host</varname> (<type>string</type>)</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specifies the host name or IP address on which the server is
|
Specifies the IP address(es) on which the server is
|
||||||
to listen for connections from client applications. The
|
to listen for connections from client applications. If specified,
|
||||||
default is to listen on all configured addresses (including
|
it takes the form of a space-separated list of host names and/or
|
||||||
|
numeric IP addresses. If the list is empty, the server listens
|
||||||
|
on all available addresses (including
|
||||||
<systemitem class="systemname">localhost</>).
|
<systemitem class="systemname">localhost</>).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user