blob: a903e338e02a1cd974459e7f08429646d950a43d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[uwsgi]
module = src.ssh_node5_net:app
pythonpath = src
master = true
processes = 5
socket = ssh_login_attempts.sock
chmod-socket = 660
vacuum = true
die-on-term = true
|