Framework updates
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
16
supervisor/fpc-proxy.conf
Executable file
16
supervisor/fpc-proxy.conf
Executable 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
|
||||
Reference in New Issue
Block a user