mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
17 lines
754 B
INI
17 lines
754 B
INI
[uwsgi]
|
|
inherit = core
|
|
bin_name = uwsgi
|
|
xml = true
|
|
yaml = true
|
|
json = true
|
|
pcre = true
|
|
routing = true
|
|
debug = false
|
|
sqlite3 = true
|
|
ssl = true
|
|
xml_implementation = libxml2
|
|
yaml_implementation = auto
|
|
malloc_implementation = libc
|
|
embedded_plugins = echo, ping, http, corerouter
|
|
plugin_dir = /usr/lib/uwsgi
|
|
plugins = echo, ping, http, rack, psgi, corerouter, rbthreads, fiber, python, nagios, lua, cache, cgi, rpc, ugreen, carbon, rrdtool, pam, systemd_logger, php, fastrouter, router_uwsgi, router_redirect, router_basicauth, zergpool, router_rewrite, router_http, router_cache, rawrouter, router_static, sslrouter, transformation_chunked, transformation_gzip, transformation_offload, transformation_template, transformation_tofile, transformation_toupper
|