aboutsummaryrefslogtreecommitdiffstats
path: root/flasksite.ini
blob: 73c2152ce2c969eeb3d5d36332afc0c80f35d9ff (plain)
1
2
3
4
5
6
7
8
9
[uwsgi]
socket = /var/www/run/flask-main/flask-main.sock
home = env
wsgi-file = server.py 
callable = app 
master = true
die-on-term = true
processes = 4
logger = file:/var/www/logs/uwsgi.log