Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
Choose a Base Repository
Pylons/waitress
BenAllums/waitress
Flimm/waitress
ImaduddinAMajid/waitress
Inventorum/waitress
JAVTAMVI/waitress
JasonOldWoo/waitress
Kaemka/waitress
Kerydwen/waitress
LuciferJack/waitress
Menhirs-Screeps/waitress
Natim/waitress
NotBobTheBuilder/waitress
Preston-Landers/waitress
SixiemeEtage/waitress
ajmitch/waitress
aktiur/waitress
alexanderlukanin13/waitress
anthrax3/waitress
aodag/waitress
aragilar/waitress
atorkhov/waitress
baijum/waitress
bertjwregeer/waitress
bostrick/waitress
bwarren2/waitress
carriercomm/waitress
caseylitton/waitress
csingley/waitress
dalavanmanphonsy/waitress
dbaty/waitress
defnull/waitress
domruf/waitress
dude0815/waitress
e42s/waitress
ehsan-keshavarzian/waitress
eli-collins/waitress
ericatkin/waitress
ewdurbin/waitress
frankdarcy/waitress
gjo/waitress
grf123/waitress
hathawsh/waitress
j4mie/waitress
jenniemanphonsy/waitress
jmwhitfi/waitress
jor123/waitress
jorgeelas/waitress
k0s/waitress
kaymccormick/waitress
kevinelong/waitress
kpinc/waitress
levigross/waitress
lifuzu/waitress
lordjabez/waitress
madjar/waitress
malor/waitress
marcinkuzminski/waitress
mgedmin/waitress
mikeckennedy/waitress
mindchasers/waitress
mjstephan/waitress
msabramo/waitress
olt/waitress
pomarec/waitress
python-oz/waitress
rcoor/waitress
rmiyashiro/waitress
robertlagrant/waitress
rsiemens/waitress
saschagottfried/waitress
sephialife/waitress
sheepcat/waitress
sideffect0/waitress
stevepiercy/waitress
tarekziade/waitress
tshepang/waitress
vinitkumar/waitress
wwitzel3/waitress
xetch/waitress
yuzhougit/waitress
Nothing to show
Choose a Head Repository
Pylons/waitress
BenAllums/waitress
Flimm/waitress
ImaduddinAMajid/waitress
Inventorum/waitress
JAVTAMVI/waitress
JasonOldWoo/waitress
Kaemka/waitress
Kerydwen/waitress
LuciferJack/waitress
Menhirs-Screeps/waitress
Natim/waitress
NotBobTheBuilder/waitress
Preston-Landers/waitress
SixiemeEtage/waitress
ajmitch/waitress
aktiur/waitress
alexanderlukanin13/waitress
anthrax3/waitress
aodag/waitress
aragilar/waitress
atorkhov/waitress
baijum/waitress
bertjwregeer/waitress
bostrick/waitress
bwarren2/waitress
carriercomm/waitress
caseylitton/waitress
csingley/waitress
dalavanmanphonsy/waitress
dbaty/waitress
defnull/waitress
domruf/waitress
dude0815/waitress
e42s/waitress
ehsan-keshavarzian/waitress
eli-collins/waitress
ericatkin/waitress
ewdurbin/waitress
frankdarcy/waitress
gjo/waitress
grf123/waitress
hathawsh/waitress
j4mie/waitress
jenniemanphonsy/waitress
jmwhitfi/waitress
jor123/waitress
jorgeelas/waitress
k0s/waitress
kaymccormick/waitress
kevinelong/waitress
kpinc/waitress
levigross/waitress
lifuzu/waitress
lordjabez/waitress
madjar/waitress
malor/waitress
marcinkuzminski/waitress
mgedmin/waitress
mikeckennedy/waitress
mindchasers/waitress
mjstephan/waitress
msabramo/waitress
olt/waitress
pomarec/waitress
python-oz/waitress
rcoor/waitress
rmiyashiro/waitress
robertlagrant/waitress
rsiemens/waitress
saschagottfried/waitress
sephialife/waitress
sheepcat/waitress
sideffect0/waitress
stevepiercy/waitress
tarekziade/waitress
tshepang/waitress
vinitkumar/waitress
wwitzel3/waitress
xetch/waitress
yuzhougit/waitress
Nothing to show
  • 1 commit
  • 1 file changed
  • 0 commit comments
  • 1 contributor
Commits on Sep 22, 2018
Showing with 9 additions and 10 deletions.
  1. +9 −10 docs/arguments.rst
View
@@ -20,20 +20,19 @@ port
May not be used with ``listen``
listen
Tell waitress to listen on an host/port combination. It is to be provided
as a space delineated list of host/port:
Examples:
.. versionadded:: 1.0
Tell waitress to listen on combinations of ``host:port`` arguments.
Combinations should be a quoted, space-delimited list, as in the following examples.
- ``listen="127.0.0.1:8080 [::1]:8080"``
- ``listen="*:8080 *:6543"``
.. code-block:: python
A wildcard for the hostname is also supported and will bind to both
IPv4/IPv6 depending on whether they are enabled or disabled.
listen="127.0.0.1:8080 [::1]:8080"
listen="*:8080 *:6543"
IPv6 IP addresses are supported by surrounding the IP address with brackets.
A wildcard for the hostname is also supported and will bind to both
IPv4/IPv6 depending on whether they are enabled or disabled.
.. versionadded:: 1.0
IPv6 IP addresses are supported by surrounding the IP address with brackets.
ipv4
Enable or disable IPv4 (boolean)

No commit comments for this range