summaryrefslogtreecommitdiff
path: root/docs/arguments.rst
diff options
context:
space:
mode:
authorFrank Krick <frank.krick@gmail.com>2018-10-28 20:50:03 -0400
committerFrank Krick <frank.krick@gmail.com>2018-10-28 20:50:03 -0400
commitc7710050bf2f84d8f3f1737be8dfcafc8c1bb9a2 (patch)
tree4fbc7e575286516ca2034fb5afe2feaee9f80699 /docs/arguments.rst
parentfc255c3fcc046306297515eab40200299b758089 (diff)
downloadwaitress-c7710050bf2f84d8f3f1737be8dfcafc8c1bb9a2.tar.gz
Added versionadded and minor changes to socket activation documentation
Diffstat (limited to 'docs/arguments.rst')
-rw-r--r--docs/arguments.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/arguments.rst b/docs/arguments.rst
index 4ee0300..9ca5644 100644
--- a/docs/arguments.rst
+++ b/docs/arguments.rst
@@ -52,12 +52,13 @@ unix_socket_perms
``600``. Only used if ``unix_socket`` is not ``None``.
sockets
- A list of sockets. The sockets can be internet or unix sockets and have to be bound.
- If the socket list is not empty, waitress creates one server for each socket.
- Default is ``[]``.
+ .. versionadded:: 1.1.1
+ A list of sockets. The sockets can be internet or unix sockets and have to be bound.
+ If the socket list is not empty, waitress creates one server for each socket.
+ Default is ``[]``.
- .. warning::
- May not be used with ``listen``, ``host`` and/or ``port`` or ``unix_socket``
+ .. warning::
+ May not be used with ``listen``, ``host`` and/or ``port`` or ``unix_socket``
threads
number of threads used to process application logic (integer), default