diff --git a/kallithea/lib/paster_commands/template.ini.mako b/kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako +++ b/kallithea/lib/paster_commands/template.ini.mako @@ -114,6 +114,9 @@ timeout = 3600 [uwsgi] <%text>## Note: this section is parsed by the uWSGI .ini parser when run as: <%text>## uwsgi --venv /srv/kallithea/venv --ini-paste-logged my.ini +<%text>## Note: in uWSGI 2.0.18 or older, pastescript needs to be installed to +<%text>## get correct application logging. In later versions this is not necessary. +<%text>## pip install pastescript <%text>## HTTP Basics: http-socket = ${host}:${port}