diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-06-13 12:13:06 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-06-13 15:56:29 +0200 |
commit | dfb4b4cbc698aaa4e4f1798d46e3fda349a599a6 (patch) | |
tree | d6921615042860e9d1353ae644d5c368071dff74 /main/uwsgi/readme.emperor | |
parent | cffed188deeaab6395053d91ca464ce1495b9569 (diff) | |
download | aports-dfb4b4cbc698aaa4e4f1798d46e3fda349a599a6.tar.bz2 aports-dfb4b4cbc698aaa4e4f1798d46e3fda349a599a6.tar.xz |
main/uwsgi: refactor init and cleanup
* remove extraneous patches
* run uwsgi with its own user/group
* add support for POSIX Capabilities (libcap)
* simplify init with emperor mode
* set base emperor config /etc/uwsgi/uwsgi.ini
* set emperor dir to /etc/uwsgi/conf.d
* put pid and socket into /run/uwsgi (created by init)
Diffstat (limited to 'main/uwsgi/readme.emperor')
-rw-r--r-- | main/uwsgi/readme.emperor | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/uwsgi/readme.emperor b/main/uwsgi/readme.emperor new file mode 100644 index 0000000000..074f802400 --- /dev/null +++ b/main/uwsgi/readme.emperor @@ -0,0 +1,3 @@ +drop your uwsgi config files inside this directory. +uwsgi will automatically load them (Emperor mode). +see: http://uwsgi-docs.readthedocs.io/en/latest/Emperor.html |