diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-06-13 23:48:42 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-06-13 23:48:51 +0200 |
commit | 82aedbd8f83cea529a99c7e999770c5449f080a0 (patch) | |
tree | 578f28c79f8cbeece378332c99fdf678591d294d /main/uwsgi/readme.emperor | |
parent | 842d2afe8c013ca51926d0727852fae42dbdfaf4 (diff) | |
download | aports-82aedbd8f83cea529a99c7e999770c5449f080a0.tar.bz2 aports-82aedbd8f83cea529a99c7e999770c5449f080a0.tar.xz |
main/uwsgi: fix init
Diffstat (limited to 'main/uwsgi/readme.emperor')
-rw-r--r-- | main/uwsgi/readme.emperor | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/uwsgi/readme.emperor b/main/uwsgi/readme.emperor index 074f802400..d86c6b5430 100644 --- a/main/uwsgi/readme.emperor +++ b/main/uwsgi/readme.emperor @@ -1,3 +1,5 @@ -drop your uwsgi config files inside this directory. -uwsgi will automatically load them (Emperor mode). +drop your uwsgi config files inside this directory uwsgi will automatically +load them (Emperor mode) and start a vassal. +uwsgi will run the vassal using the UID/GID of the vassal configuration file. see: http://uwsgi-docs.readthedocs.io/en/latest/Emperor.html +make sure your webserver belongs to the uwsgi group to access the socket. |