Framework updates

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2026-03-12 19:09:07 +00:00
parent 3294fc7337
commit daa9bb2fb1
47 changed files with 2495 additions and 525 deletions

16
supervisor/fpc-proxy.conf Executable file
View File

@@ -0,0 +1,16 @@
[program:fpc-proxy]
command=/usr/bin/node /var/www/html/system/bin/fpc-proxy.js
directory=/var/www/html
autostart=true
autorestart=true
startsecs=10
stopwaitsecs=10
stdout_logfile=/var/log/supervisor/fpc-proxy.log
stderr_logfile=/var/log/supervisor/fpc-proxy-error.log
stdout_logfile_maxbytes=10MB
stderr_logfile_maxbytes=10MB
stdout_logfile_backups=5
stderr_logfile_backups=5
user=www-data
killasgroup=true
stopasgroup=true