Added a new link caching system, updated the readme, started ignoreing pycache

This commit is contained in:
Robin Universe
2021-07-07 22:17:23 -05:00
parent 52df884b0f
commit ecba0fc79d
8 changed files with 108 additions and 27 deletions

11
twitfix.ini Normal file
View File

@ -0,0 +1,11 @@
[uwsgi]
module = wsgi:app
master = true
processes = 5
socket = 80
chmod-socket = 660
vacuum = true
die-on-term = true