mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-16 15:28:18 +02: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 = /dev/stdout
|
||||||
stdout_logfile_maxbytes = 0
|
stdout_logfile_maxbytes = 0
|
||||||
|
|
||||||
[program:php-fpm]
|
[program:php5-fpm]
|
||||||
command = /usr/sbin/%(program_name)s -F -c /etc/php5/fpm/%(program_name)s.conf
|
command = /usr/sbin/%(program_name)s -F -c /etc/php5/fpm/php-fpm.conf
|
||||||
auto_start = true
|
auto_start = true
|
||||||
autorestart = true
|
autorestart = true
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@ redirect_stderr=true
|
|||||||
stdout_logfile = /dev/stdout
|
stdout_logfile = /dev/stdout
|
||||||
stdout_logfile_maxbytes = 0
|
stdout_logfile_maxbytes = 0
|
||||||
|
|
||||||
[program:php-fpm]
|
[program:php5-fpm]
|
||||||
command = /usr/sbin/%(program_name)s -F -c /etc/php5/fpm/%(program_name)s.conf
|
command = /usr/sbin/%(program_name)s -F -c /etc/php5/fpm/php-fpm.conf
|
||||||
auto_start = true
|
auto_start = true
|
||||||
autorestart = true
|
autorestart = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user