This repository has been archived on 2022-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
Twxtter-main/twitfix.ini

15 lines
173 B
INI

[uwsgi]
module = wsgi:app
master = true
processes = 10
enable-threads = True
socket = twitfix.sock
chmod-socket = 660
vacuum = true
die-on-term = true
plugins = python3