From 75ea1704721ae5c2b6b42de937b8cac5949900a3 Mon Sep 17 00:00:00 2001 From: "roberto@genesi" Date: Tue, 27 Dec 2011 12:18:32 +0100 Subject: [PATCH] report hostname in welcome.py --- welcome.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/welcome.py b/welcome.py index 1baa7f4f..09f4b47f 100644 --- a/welcome.py +++ b/welcome.py @@ -95,7 +95,7 @@ def application(env, start_response): """ % (w['id'], w['pid'], w['status'], w['running_time']/1000, w['avg_rt']/1000, w['tx'], apps) return """ - version %s
+ version %s running on %s

Configuration
@@ -115,7 +115,7 @@ Workers and applications
%s - """ % (uwsgi.version, workers) + """ % (uwsgi.version, uwsgi.hostname, workers)