Fixed issue in ubuntu image

This commit is contained in:
root 2018-02-22 03:02:43 -08:00
parent c79f2e0271
commit cfcad63159
2 changed files with 4 additions and 4 deletions

View File

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

View File

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