mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
32 lines
443 B
INI
32 lines
443 B
INI
[uwsgi]
|
|
xml = false
|
|
yaml = false
|
|
json = false
|
|
ssl = false
|
|
pcre = false
|
|
routing = false
|
|
debug = false
|
|
unbit = false
|
|
xml_implementation = none
|
|
yaml_implementation = none
|
|
malloc_implementation = libc
|
|
extras =
|
|
plugins =
|
|
bin_name = uwsgi
|
|
append_version =
|
|
plugin_dir = .
|
|
embedded_plugins = %(main_plugin)s
|
|
as_shared_library = false
|
|
|
|
locking = auto
|
|
event = auto
|
|
timer = auto
|
|
filemonitor = auto
|
|
|
|
blacklist =
|
|
whitelist =
|
|
|
|
embed_files =
|
|
|
|
embed_config =
|