Changed php-fpm config argument from -c to -y. Removed appliances for Alpine, Ubuntu, CentOS

This commit is contained in:
Alexey Pustovalov
2020-07-09 01:09:33 +03:00
parent f924c9be21
commit ea8832cf3a
56 changed files with 3 additions and 7323 deletions

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