mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 14:41:55 +00:00
report hostname in welcome.py
This commit is contained in:
+2
-2
@@ -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 """
|
||||
<img src="/logo"/> version %s<br/>
|
||||
<img src="/logo"/> version %s running on %s<br/>
|
||||
<hr size="1"/>
|
||||
|
||||
Configuration<br/>
|
||||
@@ -115,7 +115,7 @@ Workers and applications<br/>
|
||||
%s
|
||||
</table>
|
||||
|
||||
""" % (uwsgi.version, workers)
|
||||
""" % (uwsgi.version, uwsgi.hostname, workers)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user