|
@@ -68,7 +68,7 @@ error_log = /dev/stderr
|
|
; Use it with caution.
|
|
; Use it with caution.
|
|
; Note: A value of 0 indicates no limit
|
|
; Note: A value of 0 indicates no limit
|
|
; Default Value: 0
|
|
; Default Value: 0
|
|
-; process.max = 128
|
|
|
|
|
|
+process.max = 0
|
|
|
|
|
|
; Specify the nice(2) priority to apply to the master process (only if set)
|
|
; Specify the nice(2) priority to apply to the master process (only if set)
|
|
; The value can vary from -19 (highest priority) to 20 (lowest priority)
|
|
; The value can vary from -19 (highest priority) to 20 (lowest priority)
|
|
@@ -84,12 +84,12 @@ error_log = /dev/stderr
|
|
|
|
|
|
; Set open file descriptor rlimit for the master process.
|
|
; Set open file descriptor rlimit for the master process.
|
|
; Default Value: system defined value
|
|
; Default Value: system defined value
|
|
-;rlimit_files = 1024
|
|
|
|
|
|
+rlimit_files = 100000
|
|
|
|
|
|
; Set max core size rlimit for the master process.
|
|
; Set max core size rlimit for the master process.
|
|
; Possible Values: 'unlimited' or an integer greater or equal to 0
|
|
; Possible Values: 'unlimited' or an integer greater or equal to 0
|
|
; Default Value: system defined value
|
|
; Default Value: system defined value
|
|
-;rlimit_core = 0
|
|
|
|
|
|
+rlimit_core = 'unlimited'
|
|
|
|
|
|
; Specify the event mechanism FPM will use. The following is available:
|
|
; Specify the event mechanism FPM will use. The following is available:
|
|
; - select (any POSIX os)
|
|
; - select (any POSIX os)
|
|
@@ -165,7 +165,7 @@ listen = /run/php/php7.3-fpm.sock
|
|
|
|
|
|
; Set listen(2) backlog.
|
|
; Set listen(2) backlog.
|
|
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
|
|
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
|
|
-listen.backlog = 65535
|
|
|
|
|
|
+listen.backlog = -1
|
|
|
|
|
|
; Set permissions for unix socket, if one is used. In Linux, read/write
|
|
; Set permissions for unix socket, if one is used. In Linux, read/write
|
|
; permissions must be set in order to allow connections from a web server. Many
|
|
; permissions must be set in order to allow connections from a web server. Many
|
|
@@ -469,12 +469,12 @@ pm.max_spare_servers = 512
|
|
|
|
|
|
; Set open file descriptor rlimit.
|
|
; Set open file descriptor rlimit.
|
|
; Default Value: system defined value
|
|
; Default Value: system defined value
|
|
-;rlimit_files = 1024
|
|
|
|
|
|
+rlimit_files = 100000
|
|
|
|
|
|
; Set max core size rlimit.
|
|
; Set max core size rlimit.
|
|
; Possible Values: 'unlimited' or an integer greater or equal to 0
|
|
; Possible Values: 'unlimited' or an integer greater or equal to 0
|
|
; Default Value: system defined value
|
|
; Default Value: system defined value
|
|
-;rlimit_core = 0
|
|
|
|
|
|
+rlimit_core = 'unlimited'
|
|
|
|
|
|
; Chroot to this directory at the start. This value must be defined as an
|
|
; Chroot to this directory at the start. This value must be defined as an
|
|
; absolute path. When this value is not set, chroot is not used.
|
|
; absolute path. When this value is not set, chroot is not used.
|