Guest User

Untitled

a guest
May 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [uwsgi]
  2. # Without virtualenv this is the path of the local python
  3. pythonpath = /usr/local/lib/python2.7/dist-packages
  4. # project dir
  5. chdir = /home/ubuntu/app
  6. # wsgi file pointing to flask app
  7. wsgi-file = /home/ubuntu/app/wsgi.py
  8. #
  9. logto = /var/log/btc/uwsgi.log
  10. socket = 127.0.0.1:8001
  11. plugin = python
  12. uid = ubuntu
  13. gid = ubuntu
  14. no-site = True
  15. module = btc:app
Add Comment
Please, Sign In to add comment