Updated PHP version to 8.3 (Alpine)

This commit is contained in:
Alexey Pustovalov
2024-03-24 18:44:22 +09:00
parent a3241c4983
commit 80e14b546a
14 changed files with 86 additions and 86 deletions

View File

@ -1,4 +1,4 @@
include=/etc/php81/php-fpm.d/*.conf
include=/etc/php83/php-fpm.d/*.conf
[global]

View File

@ -15,8 +15,8 @@ redirect_stderr=true
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm81]
command = /usr/sbin/%(program_name)s -F -y /etc/php81/php-fpm.conf
[program:php-fpm83]
command = /usr/sbin/%(program_name)s -F -y /etc/php83/php-fpm.conf
auto_start = true
autorestart = true