Commit inicial con archivos existentes

This commit is contained in:
2026-01-17 16:14:00 -06:00
parent 48671dc88e
commit 4c48c279de
2539 changed files with 2412708 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[supervisord]
nodaemon=true
logfile=/var/www/html/bot/logs/supervisor.log
loglevel=info
pidfile=/var/run/supervisor/supervisord.pid
childlogdir=/var/www/html/bot/logs
user=root
[program:apache2]
command=/bin/bash -c "source /etc/apache2/envvars && exec apache2 -D FOREGROUND"
autostart=true
autorestart=true
stdout_logfile=/var/www/html/bot/logs/apache2.out.log
stderr_logfile=/var/www/html/bot/logs/apache2.err.log
[include]
files=/etc/supervisor/conf.d/*.conf