hm0x14-ctf/circus.ini
2019-05-14 16:29:52 +02:00

10 lines
264 B
INI

[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