PHP Classes

File: etc/artifact/supervisord.conf

Recommend this page to a friend!
  Classes of Niko   PHP HouseHold   etc/artifact/supervisord.conf   Download  
File: etc/artifact/supervisord.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HouseHold
Manage the stock of groceries in a house
Author: By
Last change:
Date: 1 year ago
Size: 474 bytes
 

Contents

Class file image Download
[supervisord] nodaemon=true user = root [program:nginx] command = /usr/sbin/nginx -g 'pid /tmp/nginx.pid; daemon off;' user = root autostart = true stdout_events_enabled = true stderr_events_enabled = true [program:php] command = /usr/local/sbin/php-fpm -F user = root autostart = true [program:redis] command = /usr/bin/redis-server user = root autostart = true [program:log] command=tail -f /var/log/php-error.log stdout_events_enabled=true stderr_events_enabled=true