changeset 8351:7fe5fccbbb1f

uwsgi: drop unnecessary dependency of http module - just use http-socket directly The http plugin has more advanced http functionality like https and load balancing, duplicating what in many setups is handled by separate front-end servers. In this simple template, just use the basic http-socket.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 31 Mar 2020 18:18:19 +0200
parents 5da95e8a2d07
children 7dbdb498f460
files kallithea/lib/paster_commands/template.ini.mako
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/paster_commands/template.ini.mako	Wed Apr 15 18:50:42 2020 +0200
+++ b/kallithea/lib/paster_commands/template.ini.mako	Tue Mar 31 18:18:19 2020 +0200
@@ -115,7 +115,7 @@
 [uwsgi]
 socket = /tmp/uwsgi.sock
 master = true
-http = ${host}:${port}
+http-socket = ${host}:${port}
 
 <%text>## set as daemon and redirect all output to file</%text>
 #daemonize = ./uwsgi_kallithea.log