mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-18 04:19:42 +02:00
Initial structure
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[supervisord]
|
||||
nodaemon = true
|
||||
|
||||
[program:nginx]
|
||||
command = /usr/sbin/nginx -g "daemon off;" -c /etc/nginx/nginx.conf
|
||||
auto_start = true
|
||||
autorestart = true
|
||||
|
||||
stdout_logfile = /dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
||||
stderr_logfile = /dev/stderr
|
||||
stderr_logfile_maxbytes = 0
|
||||
|
||||
[program:php-fpm]
|
||||
command = /usr/bin/php-fpm -F -c /etc/php5/php-fpm.conf
|
||||
auto_start = true
|
||||
autorestart = true
|
||||
|
||||
stdout_logfile = /dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
||||
stderr_logfile = /dev/stderr
|
||||
stderr_logfile_maxbytes = 0
|
Reference in New Issue
Block a user