|
@@ -14,14 +14,14 @@
|
|
|
; Pid file
|
|
|
; Note: the default prefix is /var
|
|
|
; Default Value: none
|
|
|
-pid = /run/php/php7.3-fpm.pid
|
|
|
+pid = /run/php/php7.4-fpm.pid
|
|
|
|
|
|
; Error log file
|
|
|
; If it's set to "syslog", log is sent to syslogd instead of being written
|
|
|
; into a local file.
|
|
|
; Note: the default prefix is /var
|
|
|
; Default Value: log/php-fpm.log
|
|
|
-;error_log = /var/log/php7.3-fpm.log
|
|
|
+;error_log = /var/log/php7.4-fpm.log
|
|
|
error_log = /dev/stderr
|
|
|
|
|
|
|
|
@@ -124,7 +124,7 @@ systemd_interval = 0
|
|
|
; Relative path can also be used. They will be prefixed by:
|
|
|
; - the global prefix if it's been set (-p argument)
|
|
|
; - /usr otherwise
|
|
|
-;include=/etc/php/7.3/fpm/pool.d/*.conf
|
|
|
+;include=/etc/php/7.4/fpm/pool.d/*.conf
|
|
|
|
|
|
; Start a new pool named 'www'.
|
|
|
; the variable $pool can be used in any directive and will be replaced by the
|
|
@@ -161,7 +161,7 @@ group = www-data
|
|
|
; (IPv6 and IPv4-mapped) on a specific port;
|
|
|
; '/path/to/unix/socket' - to listen on a unix socket.
|
|
|
; Note: This value is mandatory.
|
|
|
-listen = /run/php/php7.3-fpm.sock
|
|
|
+listen = /run/php/php7.4-fpm.sock
|
|
|
|
|
|
; Set listen(2) backlog.
|
|
|
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
|
|
@@ -357,7 +357,7 @@ pm.max_spare_servers = 512
|
|
|
; last request memory: 0
|
|
|
;
|
|
|
; Note: There is a real-time FPM status monitoring sample web page available
|
|
|
-; It's available in: /usr/share/php/7.3/fpm/status.html
|
|
|
+; It's available in: /usr/share/php/7.4/fpm/status.html
|
|
|
;
|
|
|
; Note: The value must start with a leading slash (/). The value can be
|
|
|
; anything, but it may not be a good idea to use the .php extension or it
|
|
@@ -548,4 +548,4 @@ pm.max_spare_servers = 512
|
|
|
;php_flag[display_errors] = off
|
|
|
;php_admin_value[error_log] = /var/log/fpm-php.www.log
|
|
|
;php_admin_flag[log_errors] = on
|
|
|
-;php_admin_value[memory_limit] = 32M
|
|
|
+;php_admin_value[memory_limit] = 32M
|