Added link to Unicorn project website.

This commit is contained in:
Anand Chitipothu 2010-09-07 06:37:05 +08:00 committed by Paul J. Davis
parent 3cc0e5df8a
commit bba70aba09

View File

@ -61,7 +61,8 @@ def app(environ, start_response):
<h3>About</h3>
<p>
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's
a pre-fork worker model ported from Ruby's Unicorn project. The
a pre-fork worker model ported from Ruby's
<a href="http://unicorn.bogomips.org/">Unicorn</a> project. The
Gunicorn server is broadly compatible with various web frameworks,
simply implemented, light on server resources, and fairly speedy.
</p>