- [watcher:crypto2]
- cmd = /usr/local/bin/gunicorn -w 3 --bin 192.168.0.12:5000 crypto2:app
- working_dir = /home/ctf/rc4
- send_hup = true
- [watcher:web]
- cmd = /usr/local/bin/gunicorn -w 3 --bin 192.168.0.12:7000 web:app
- working_dir = /home/ctf/evilcorp
- send_hup = true
|