Fix: Botones de traducción - editar mensaje en Telegram y Discord

This commit is contained in:
2026-03-10 16:30:52 -06:00
parent 082e01b358
commit bf960f3fc3
11 changed files with 229 additions and 126 deletions

View File

@@ -1,3 +1,7 @@
[unix_http_server]
file=/var/run/supervisor.sock
chmod=0700
[supervisord]
nodaemon=true
logfile=/var/www/html/logs/supervisor.log
@@ -5,6 +9,12 @@ logfile_maxbytes=50MB
pidfile=/var/run/supervisord.pid
childlogdir=/var/www/html/logs
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///var/run/supervisor.sock
[program:apache]
process_name=%(program_name)s
command=/usr/sbin/apache2ctl -D FOREGROUND