mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Make sure it says Python on the front page.
This commit is contained in:
parent
c07f2f2ff2
commit
d9e5b48053
@ -1,10 +1,10 @@
|
|||||||
About
|
About
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX. It's a pre-fork
|
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 Gunicorn server is
|
worker model ported from Ruby's Unicorn_ project. The Gunicorn server is broadly
|
||||||
broadly compatible with various web frameworks, simply implemented, light
|
compatible with various web frameworks, simply implemented, light on server
|
||||||
on server resource usage, and fairly speedy.
|
resource usage, and fairly speedy.
|
||||||
|
|
||||||
Feel free to join us in `#gunicorn`_ on freenode_.
|
Feel free to join us in `#gunicorn`_ on freenode_.
|
||||||
|
|
||||||
|
|||||||
@ -60,8 +60,8 @@ def app(environ, start_response):
|
|||||||
<div class="blurb">
|
<div class="blurb">
|
||||||
<h3>About</h3>
|
<h3>About</h3>
|
||||||
<p>
|
<p>
|
||||||
Gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX. It's a
|
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's
|
||||||
pre-fork worker model ported from Ruby's Unicorn project. The
|
a pre-fork worker model ported from Ruby's Unicorn project. The
|
||||||
Gunicorn server is broadly compatible with various web frameworks,
|
Gunicorn server is broadly compatible with various web frameworks,
|
||||||
simply implemented, light on server resources, and fairly speedy.
|
simply implemented, light on server resources, and fairly speedy.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user