Advertisement
FamiHug

rack uwsgi

Mar 25th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. [uwsgi]
  2. main_plugin = rack
  3. xml = auto
  4. ini = true
  5. yaml = true
  6. json = auto
  7. sqlite3 = auto
  8. zeromq = auto
  9. snmp = true
  10. spooler = true
  11. embedded = true
  12. ssl = auto
  13. udp = true
  14. multicast = true
  15. threading = true
  16. minterpreters = true
  17. async = true
  18. ldap = auto
  19. pcre = auto
  20. routing = auto
  21. alarm = auto
  22. ipv6 = false
  23. debug = false
  24. unbit = false
  25. xml_implementation = libxml2
  26. yaml_implementation = auto
  27. malloc_implementation = libc
  28. extras =
  29. plugins =
  30. bin_name = uwsgi
  31. append_version =
  32. plugin_dir = .
  33. embedded_plugins = %(main_plugin)s, ping, cache, nagios, rrdtool, carbon, rpc, corerouter, fastrouter, http, ugreen, signal, syslog, rsyslog, logsocket, router_uwsgi, router_redirect, router_basicauth, zergpool, redislog, mongodblog, router_rewrite, router_http, logfile, router_cache, rawrouter
  34. as_shared_library = false
  35.  
  36. locking = auto
  37. event = auto
  38. timer = auto
  39. filemonitor = auto
  40.  
  41. blacklist =
  42. whitelist =
  43.  
  44. embed_files =
  45.  
  46. embed_config =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement