|
@@ -14,14 +14,14 @@
|
|
; Pid file
|
|
; Pid file
|
|
; Note: the default prefix is /var
|
|
; Note: the default prefix is /var
|
|
; Default Value: none
|
|
; Default Value: none
|
|
-pid = /run/php/php7.3-fpm.pid
|
|
|
|
|
|
+pid = /run/php/php7.4-fpm.pid
|
|
|
|
|
|
; Error log file
|
|
; Error log file
|
|
; If it's set to "syslog", log is sent to syslogd instead of being written
|
|
; If it's set to "syslog", log is sent to syslogd instead of being written
|
|
; into a local file.
|
|
; into a local file.
|
|
; Note: the default prefix is /var
|
|
; Note: the default prefix is /var
|
|
; Default Value: log/php-fpm.log
|
|
; 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
|
|
error_log = /dev/stderr
|
|
|
|
|
|
|
|
|
|
@@ -161,7 +161,7 @@ group = www-data
|
|
; (IPv6 and IPv4-mapped) on a specific port;
|
|
; (IPv6 and IPv4-mapped) on a specific port;
|
|
; '/path/to/unix/socket' - to listen on a unix socket.
|
|
; '/path/to/unix/socket' - to listen on a unix socket.
|
|
; Note: This value is mandatory.
|
|
; Note: This value is mandatory.
|
|
-listen = /run/php/php7.3-fpm.sock
|
|
|
|
|
|
+listen = /run/php/php7.4-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)
|