Changeset - 269ba8809002
[Not reviewed]
default
0 1 0
Mads Kiilerich (kiilerix) - 5 years ago 2020-04-14 11:23:02
mads@kiilerich.com
Grafted from: 386238639d6b
uwsgi: clarify that --ini-paste-logged currently requires pastescript

This dependency is removed with uWSGI commit
https://github.com/unbit/uwsgi/commit/0807b3881f701a6cc1cc95fe872bb7ec2426ef3f
and should normally be included in the next release after 2.0.18.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general) First comment
kallithea/lib/paster_commands/template.ini.mako
Show inline comments
 
@@ -114,6 +114,9 @@ timeout = 3600
 
[uwsgi]
 
<%text>## Note: this section is parsed by the uWSGI .ini parser when run as:</%text>
 
<%text>## uwsgi --venv /srv/kallithea/venv --ini-paste-logged my.ini</%text>
 
<%text>## Note: in uWSGI 2.0.18 or older, pastescript needs to be installed to</%text>
 
<%text>## get correct application logging. In later versions this is not necessary.</%text>
 
<%text>## pip install pastescript</%text>
 

	
 
<%text>## HTTP Basics:</%text>
 
http-socket = ${host}:${port}
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now