use php-fpm83 everywhere
This commit is contained in:
parent
a0aa33fe4f
commit
8a19eaba92
@ -14,7 +14,7 @@
|
|||||||
; Pid file
|
; Pid file
|
||||||
; Note: the default prefix is /var
|
; Note: the default prefix is /var
|
||||||
; Default Value: none
|
; Default Value: none
|
||||||
;pid = run/php82-fpm.pid
|
;pid = run/php83-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
|
||||||
@ -122,4 +122,4 @@ error_log = syslog
|
|||||||
; Relative path can also be used. They will be prefixed by:
|
; Relative path can also be used. They will be prefixed by:
|
||||||
; - the global prefix if it's been set (-p argument)
|
; - the global prefix if it's been set (-p argument)
|
||||||
; - /usr otherwise
|
; - /usr otherwise
|
||||||
include=/etc/php82/php-fpm.d/*.conf
|
include=/etc/php83/php-fpm.d/*.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user