use php-fpm83 everywhere

This commit is contained in:
Sebastian Hugentobler 2023-12-14 21:41:54 +01:00
parent a0aa33fe4f
commit 8a19eaba92
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -14,7 +14,7 @@
; Pid file
; Note: the default prefix is /var
; Default Value: none
;pid = run/php82-fpm.pid
;pid = run/php83-fpm.pid
; Error log file
; 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:
; - the global prefix if it's been set (-p argument)
; - /usr otherwise
include=/etc/php82/php-fpm.d/*.conf
include=/etc/php83/php-fpm.d/*.conf