mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Fix default listen.backlog value
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
; ############################################################
|
||||
|
||||
Reference in New Issue
Block a user