Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/uwsgi: set default plugin_dir | Jakub Jirutka | 2016-03-29 | 1 | -0/+6 |
Default value of plugin_dir is . (current working directory). This is bad, because plugins can't be loaded using simple name (e.g. uwsgi --plugin python) and absolute path must be used instead. It also breaks some applications that use uwsgi wrappers which expects this variable to be set correctly. The patch is backported from https://github.com/unbit/uwsgi/pull/1217. |