Merge branch 'master' into trunk

This commit is contained in:
Alexey Pustovalov 2020-07-09 01:08:29 +03:00
commit f924c9be21
6 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm7]
command = /usr/sbin/%(program_name)s -F -c /etc/php7/php-fpm.conf
command = /usr/sbin/%(program_name)s -F -y /etc/php7/php-fpm.conf
auto_start = true
autorestart = true

View File

@ -16,7 +16,7 @@ stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm]
command = /usr/sbin/%(program_name)s -F -c /etc/%(program_name)s.conf
command = /usr/sbin/%(program_name)s -F -y /etc/%(program_name)s.conf
auto_start = true
autorestart = true

View File

@ -16,7 +16,7 @@ stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm7.2]
command = /usr/sbin/%(program_name)s -F -c /etc/php/7.2/fpm/php-fpm.conf
command = /usr/sbin/%(program_name)s -F -y /etc/php/7.2/fpm/php-fpm.conf
auto_start = true
autorestart = true

View File

@ -16,7 +16,7 @@ stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm7]
command = /usr/sbin/%(program_name)s -F -c /etc/php7/php-fpm.conf
command = /usr/sbin/%(program_name)s -F -y /etc/php7/php-fpm.conf
auto_start = true
autorestart = true

View File

@ -16,7 +16,7 @@ stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm]
command = /usr/sbin/%(program_name)s -F -c /etc/%(program_name)s.conf
command = /usr/sbin/%(program_name)s -F -y /etc/%(program_name)s.conf
auto_start = true
autorestart = true

View File

@ -16,7 +16,7 @@ stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm7.2]
command = /usr/sbin/%(program_name)s -F -c /etc/php/7.2/fpm/php-fpm.conf
command = /usr/sbin/%(program_name)s -F -y /etc/php/7.2/fpm/php-fpm.conf
auto_start = true
autorestart = true