useful_web_tools/diff/uwsgi.ini

11 lines
148 B
INI

[uwsgi]
socket = /tmp/diff-tool.sock
chmod-socket = 660
module = main:app
master = true
processes = 1
threads = 2
vacuum = true
die-on-term = true