mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 06:31:58 +00:00
40 lines
618 B
INI
40 lines
618 B
INI
[uwsgi]
|
|
xml = true
|
|
ini = true
|
|
yaml = true
|
|
json = auto
|
|
sqlite3 = auto
|
|
zeromq = auto
|
|
snmp = true
|
|
sctp = false
|
|
spooler = true
|
|
embedded = true
|
|
udp = true
|
|
multicast = true
|
|
threading = true
|
|
sendfile = true
|
|
minterpreters = true
|
|
async = true
|
|
evdis = false
|
|
ldap = auto
|
|
pcre = auto
|
|
debug = false
|
|
unbit = false
|
|
xml_implementation = libxml2
|
|
yaml_implementation = auto
|
|
malloc_implementation = libc
|
|
plugins =
|
|
bin_name = uwsgi
|
|
append_version =
|
|
plugin_dir = .
|
|
embedded_plugins = python, ping, cache, nagios, rpc, fastrouter, http, ugreen
|
|
|
|
locking = auto
|
|
event = auto
|
|
timer = auto
|
|
filemonitor = auto
|
|
|
|
[python]
|
|
paste = true
|
|
web3 = true
|