Guest User

Untitled

a guest
May 20th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [uwsgi]
  2. plugins = python26
  3. djangoproject = /home/web/kommunikationsdienst/
  4. chdir = %(djangoproject)
  5. env = DJANGO_SETTINGS_MODULE=project.settings
  6. virtualenv = /home/web/kommunikationsdienst/env/
  7. pythonpath = /home/web/kommunikationsdienst/project
  8. pythonpath = /home/web/kommunikationsdienst/project/apps
  9.  
  10.  
  11. module = django.core.handlers.wsgi:WSGIHandler()
  12. socket = /tmp/kommunikationsdienst.sock
  13. master = true
  14. processes = 5
  15. idle = 3600
  16. uid = www-data
  17. gid = www-data
  18. harakiri = 30
  19. max-requests = 3000
  20. logto = /home/web/kommunikationsdienst/log/uwsgi.log
  21. buffer-size = 32768
  22. post-buffering = 8192
Add Comment
Please, Sign In to add comment