1
0
mirror of https://github.com/zabbix/zabbix-docker.git synced 2025-07-09 19:17:18 +02:00

Merge pull request from zabbix/master

Fixed issue in ubuntu image
This commit is contained in:
Alexey Pustovalov
2018-02-22 13:04:06 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
web-nginx-mysql/ubuntu/conf/etc/supervisor/conf.d
web-nginx-pgsql/ubuntu/conf/etc/supervisor/conf.d

@ -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