mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
add irc channel to the readme.
This commit is contained in:
parent
1a3c09b1a8
commit
3609b65385
@ -3,7 +3,7 @@ About
|
|||||||
|
|
||||||
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and nothing else.
|
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and nothing else.
|
||||||
|
|
||||||
This is a port of Unicorn (http://unicorn.bogomips.org/) in Python.
|
This is a port of Unicorn (http://unicorn.bogomips.org/) in Python. Meet us on `#gunicorn irc channel <http://webchat.freenode.net/?channels=gunicorn>`_ on `freenode`_.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
@ -73,7 +73,7 @@ If you get the following error :
|
|||||||
|
|
||||||
AssertionError: The EvalException middleware is not usable in a multi-process environment
|
AssertionError: The EvalException middleware is not usable in a multi-process environment
|
||||||
|
|
||||||
you have to set the debug option n your paste configuration file to False.
|
you have to set the debug option in your paste configuration file to False.
|
||||||
|
|
||||||
|
|
||||||
Kernel Parameters
|
Kernel Parameters
|
||||||
@ -115,3 +115,4 @@ This setting is generally only required on machines that are being used to test
|
|||||||
Check `this article`_ for more information on ephemeral ports.
|
Check `this article`_ for more information on ephemeral ports.
|
||||||
|
|
||||||
.. _this article: http://www.ncftp.com/ncftpd/doc/misc/ephemeral_ports.html
|
.. _this article: http://www.ncftp.com/ncftpd/doc/misc/ephemeral_ports.html
|
||||||
|
.. _freenode: http://freenode.net
|
||||||
|
|||||||
@ -55,8 +55,6 @@ def main(usage, get_app):
|
|||||||
arbiter = Arbiter((opts.host, opts.port), opts.workers, app)
|
arbiter = Arbiter((opts.host, opts.port), opts.workers, app)
|
||||||
arbiter.run()
|
arbiter.run()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def paste_server(app, global_conf=None, host="127.0.0.1", port=None,
|
def paste_server(app, global_conf=None, host="127.0.0.1", port=None,
|
||||||
*args, **kwargs):
|
*args, **kwargs):
|
||||||
if not port:
|
if not port:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user