forked from orbit-oss/flask
Update waitress.rst
fixed a small typo
This commit is contained in:
parent
6d126e1013
commit
321bd74b95
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ reverse proxy such as :doc:`nginx` or :doc:`apache-httpd` should be used
|
||||||
in front of Waitress.
|
in front of Waitress.
|
||||||
|
|
||||||
You can bind to all external IPs on a non-privileged port by not
|
You can bind to all external IPs on a non-privileged port by not
|
||||||
specifying the ``--host`` option. Don't do this when using a revers
|
specifying the ``--host`` option. Don't do this when using a reverse
|
||||||
proxy setup, otherwise it will be possible to bypass the proxy.
|
proxy setup, otherwise it will be possible to bypass the proxy.
|
||||||
|
|
||||||
``0.0.0.0`` is not a valid address to navigate to, you'd use a specific
|
``0.0.0.0`` is not a valid address to navigate to, you'd use a specific
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue