inital commit
This commit is contained in:
12
scrapper/app.ini
Normal file
12
scrapper/app.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[uwsgi]
|
||||
module = wsgi:app
|
||||
|
||||
master = true
|
||||
processes = 5
|
||||
|
||||
socket = app.sock
|
||||
chmod-socket = 660
|
||||
vacuum = true
|
||||
|
||||
die-on-term = true
|
||||
|
||||
Reference in New Issue
Block a user