mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-15 04:14:24 +01:00
Fixed issue in ubuntu image
This commit is contained in:
parent
c79f2e0271
commit
cfcad63159
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user