Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [uwsgi]
- socket = /var/run/flask-uwsgi/flask-uwsgi.sock
- home = env
- wsgi-file = app.py
- callable = app
- master = true
- ; www-data uid/gid
- uid = 33
- gid = 33
- die-on-term = true
- processes = 4
- threads = 2
- logger = file:/var/log/flask-uwsgi/flask-uwsgi.log
Add Comment
Please, Sign In to add comment