Files
.github
combineImg
gifConvert
static
templates
twExtract
.coveragerc
.gitignore
Dockerfile
LICENSE.txt
api.md
cache.py
config.json
configHandler.py
docker-compose.yml
docker.md
hosting.md
msgs.py
package-lock.json
package.json
pytest.ini
readme.md
requirements.txt
run_tests.sh
serverless.yml
test_vx.py
testgen.py
twitfix.ini
twitfix.py
twitfix.service
twitfix_proxy.conf
utils.py
vxApi.py
vxlogging.py
wsgi.py
BetterTwitFix/twitfix.ini
2022-05-13 17:00:16 +00:00

12 lines
136 B
INI

[uwsgi]
module = wsgi:app
master = true
processes = 5
socket = /tmp/twitfix.sock
chmod-socket = 660
vacuum = true
die-on-term = true