diff options
| author | user <user@node5.net> | 2024-03-22 13:35:44 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-22 13:35:44 +0100 |
| commit | 3f1296895a96ce02a7e034c19cf941bc1d54fcbd (patch) | |
| tree | 991251a87a5d976a67235f2e60be0ccd4d16dc18 /uwsgi.ini | |
initial commit, shows data
Diffstat (limited to 'uwsgi.ini')
| -rw-r--r-- | uwsgi.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/uwsgi.ini b/uwsgi.ini new file mode 100644 index 0000000..992d5d5 --- /dev/null +++ b/uwsgi.ini @@ -0,0 +1,12 @@ +[uwsgi] +module = src.ssh_login_attempts:app +pythonpath = src + +master = true +processes = 5 + +socket = ssh_login_attempts.sock +chmod-socket = 660 +vacuum = true + +die-on-term = true |
