You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
374 B

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