Skip to content

Commit 557f8ed

Browse files
committed
Fix incorrect default value for FPM listen.allowed_clients
1 parent 4e19b91 commit 557f8ed

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

install/fpm/configuration.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,11 @@
272272
</term>
273273
<listitem>
274274
<para>
275-
List of IPv4 addresses of FastCGI clients which are allowed to
276-
connect. Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the
277-
original PHP FastCGI (5.2.2+). Makes sense only with a tcp listening socket.
278-
Each address must be separated by a comma. If this value is left blank,
279-
connections will be accepted from any ip address. Default value: any.
280-
IPv6 addresses are allowed.
275+
List of IPv4 or IPv6 addresses of FastCGI clients which are allowed to connect. Equivalent
276+
to the FCGI_WEB_SERVER_ADDRS environment variable in the original PHP FastCGI (5.2.2+).
277+
Makes sense only with a tcp listening socket. Each address must be separated by a comma.
278+
If this value is left blank, connections will be accepted from any ip address.
279+
Default value: not set (any ip address accepted).
281280
</para>
282281
</listitem>
283282
</varlistentry>

0 commit comments

Comments
 (0)