Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | uwsgi: add modular package superseeding uwsgi-cgi | Peter Stadler | 2020-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> | ||
* | uwsgi-cgi: fix compilation on Darwin system | Ansuel Smith | 2018-07-18 |
Currently the uwsgiconfig python script append some additional compilation flag based on the host system. This fix some problem related with this by hardcoding usgi_os variable to Linux Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> |