mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-15 18:05:50 +00:00
30 lines
390 B
INI
30 lines
390 B
INI
[uwsgi]
|
|
xml = false
|
|
yaml = false
|
|
json = false
|
|
ssl = false
|
|
pcre = false
|
|
routing = false
|
|
debug = false
|
|
unbit = false
|
|
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 =
|