aboutsummaryrefslogtreecommitdiff
path: root/net/uwsgi/files-luci-support
Commit message (Collapse)AuthorAge
* uwsgi: make LuCI workGlen Huang2023-05-05
| | | | | | LuCI is no longer powered by lua, but ucode Signed-off-by: Glen Huang <me@glenhuang.com>
* uwsgi: make luci-webui single threaded and log morePeter Stadler2020-05-04
| | | | | | | | | | More threads can lead to a problem if a luci-app makes a fork (e.g. for executing a command). Parallelism is still achieved by using `processes = 3`. Make the log more verbose by filtering only standard messages for start/stop/reload out (leaving one line each). Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* uwsgi: use higher limit-as to fix issue #7250Peter Stadler2020-01-21
| | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* uwsgi: add modular package superseeding uwsgi-cgiPeter Stadler2020-01-01
Provide the minimal applications and plugins for: cgi, filelog, syslog and python3. More plugins can be added if needed by other packages. Autostart uwsgi in emperor mode loading vassals on demand. For now, include luci-support (maybe it will be moved to another package), which uses the syslog plugin by default. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>