Changed php-fpm config argument from -c to -y

This commit is contained in:
Alexey Pustovalov
2020-07-09 01:08:03 +03:00
parent 0d3081806e
commit 15b6a9d795
5 changed files with 3 additions and 15 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