Added a new link caching system, updated the readme, started ignoreing pycache
This commit is contained in:
11
twitfix.ini
Normal file
11
twitfix.ini
Normal file
@ -0,0 +1,11 @@
|
||||
[uwsgi]
|
||||
module = wsgi:app
|
||||
|
||||
master = true
|
||||
processes = 5
|
||||
|
||||
socket = 80
|
||||
chmod-socket = 660
|
||||
vacuum = true
|
||||
|
||||
die-on-term = true
|
Reference in New Issue
Block a user