Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [uwsgi]
  2. # this is the path to the virtualenv
  3. home = /var/www/api/webservice/current/
  4.  
  5. # this will point to the same file
  6. paste = config:/var/www/api/webservice/production.ini
  7.  
  8. socket = /tmp/my_api.socket
  9. gid = www-data
  10. uid = www-data
  11. logdate = true
  12. master = true
  13. harakiri = 30
  14. limit-as = 1536
  15. reload-on-as = 1200
  16. no-orphans = true
  17. log-x-forwarded-for = true
  18. threads = 15
  19. workers = 2
  20. stats = /tmp/my_api_stats.socket
  21. listen = 400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement