Guest User

Untitled

a guest
Oct 18th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [uwsgi]
  2. http = 0.0.0.0:8041
  3. socket-timeout = 1800
  4. http-timeout = 1800
  5. add-header = Connection: close
  6. wsgi-file = /usr/local/bin/gnocchi-api
  7. master = true
  8. die-on-term = true
  9. threads = 32
  10. processes = 6
  11. enabled-threads = true
  12. thunder-lock = true
  13. plugins = python
  14. buffer-size = 65535
  15. lazy-apps = true
Advertisement
Add Comment
Please, Sign In to add comment