mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-29 11:13:08 +01:00
commit
d0e79cbb24
@ -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