mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Added link to Unicorn project website.
This commit is contained in:
parent
3cc0e5df8a
commit
bba70aba09
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user