Ubuntu images use Ubuntu 22.04 version

This commit is contained in:
Alexey Pustovalov
2022-05-08 22:28:05 +03:00
parent 78e322a405
commit fe6ea1794f
24 changed files with 104 additions and 141 deletions

View File

@@ -1,4 +1,4 @@
include=/etc/php/7.4/fpm/pool.d/*.conf
include=/etc/php/8.1/fpm/pool.d/*.conf
[global]

View File

@@ -15,8 +15,8 @@ redirect_stderr=true
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm7.4]
command = /usr/sbin/%(program_name)s -F -y /etc/php/7.4/fpm/php-fpm.conf
[program:php-fpm8.1]
command = /usr/sbin/%(program_name)s -F -y /etc/php/8.1/fpm/php-fpm.conf
auto_start = true
autorestart = true