Files
rspade_system/supervisor/fpc-proxy.conf
root daa9bb2fb1 Framework updates
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-12 19:09:07 +00:00

17 lines
425 B
Plaintext
Executable File

[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