Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. [uwsgi]
  2.  
  3. chdir = /home/ubuntu/(.*)
  4. module = (.*).wsgi
  5. home = /home/ubuntu/env
  6.  
  7. master = true
  8. processes = 10
  9. socket = /home/ubuntu/(.*)/(.*).sock
  10.  
  11. vaccum = true
  12. chmod-socket = 666
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement