This commit is contained in:
hackerESQ
2025-01-25 18:09:02 -06:00
parent 8dd153fb53
commit 16d5b80657
5 changed files with 35 additions and 42 deletions
+7
View File
@@ -4,6 +4,13 @@ user=root
logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisord.pid
[program:nginx]
command=nginx -g 'daemon off;'
autostart=true
autorestart=true
stderr_logfile=/var/log/nginx/error.log
stdout_logfile=/var/log/nginx/access.log
[program:php]
command=php-fpm -F
autostart=true