mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
document the new --bind syntax.
This commit is contained in:
parent
aac56c9d55
commit
32395a17fc
@ -358,6 +358,13 @@ class Bind(Setting):
|
|||||||
|
|
||||||
A string of the form: 'HOST', 'HOST:PORT', 'unix:PATH'. An IP is a valid
|
A string of the form: 'HOST', 'HOST:PORT', 'unix:PATH'. An IP is a valid
|
||||||
HOST.
|
HOST.
|
||||||
|
|
||||||
|
Multiple addresses can be bound. ex.::
|
||||||
|
|
||||||
|
$ gunicorn -b 127.0.0.1:8000 -b [::1]:8000 test:app
|
||||||
|
|
||||||
|
will bind the `test:app` application on localhost both on ipv6
|
||||||
|
and ipv4 interfaces.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class Backlog(Setting):
|
class Backlog(Setting):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user