Fix default listen.backlog value

This commit is contained in:
cytopia
2018-08-04 16:55:11 +02:00
parent c246645ed8
commit 8a4736f1e4
19 changed files with 19 additions and 19 deletions

View File

@@ -40,7 +40,7 @@
<value name="listen_options">
Set listen(2) backlog
<value name="backlog">128</value>
<value name="backlog">1024</value>
Set permissions for unix socket, if one used.
In Linux read/write permissions must be set in order to allow connections from web server.
Many BSD-derrived systems allow connections regardless of permissions.

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -40,7 +40,7 @@
<value name="listen_options">
Set listen(2) backlog
<value name="backlog">128</value>
<value name="backlog">1024</value>
Set permissions for unix socket, if one used.
In Linux read/write permissions must be set in order to allow connections from web server.
Many BSD-derrived systems allow connections regardless of permissions.

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -96,7 +96,7 @@ php_settings_fpm:
# Network
listen: 9000
# Backlog
listen_backlog: 128
listen_backlog: 1024
# Logging
log_level: notice
error_log: /proc/self/fd/2