home-erp

git clone git://archive.git.mtrnord.blog/MTRNord/home-erp.git
Log | Files | Refs | README

supervisord.conf (374B)


      1 [supervisord]
      2 nodaemon=true
      3 user=root
      4 logfile=/var/log/supervisor/supervisord.log
      5 pidfile=/var/run/supervisord.pid
      6 
      7 [program:php]
      8 command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80
      9 user=sail
     10 environment=LARAVEL_SAIL="1"
     11 stdout_logfile=/dev/stdout
     12 stdout_logfile_maxbytes=0
     13 stderr_logfile=/dev/stderr
     14 stderr_logfile_maxbytes=0