Advertisement
t-readyroc

ara_ini

Mar 20th, 2017
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. [uwsgi]
  2. module = wsgi:app
  3.  
  4. master = true
  5. processes = 5
  6.  
  7. socket = /tmp/ara.sock
  8. chmod-socket = 660
  9. vacuum = true
  10.  
  11. die-on-term = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement