Browse Source

Merge pull request #2525 from proog/docs-twisted-port

Docs: update Twisted Web example
pull/2528/merge
David Lord 7 years ago committed by GitHub
parent
commit
d24bb9ee32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/deploying/wsgi-standalone.rst

2
docs/deploying/wsgi-standalone.rst

@ -78,7 +78,7 @@ as well; see ``twistd -h`` and ``twistd web -h`` for more information. For
example, to run a Twisted Web server in the foreground, on port 8080, with an
application from ``myproject``::
twistd -n web --port 8080 --wsgi myproject.app
twistd -n web --port tcp:8080 --wsgi myproject.app
.. _Twisted: https://twistedmatrix.com/
.. _Twisted Web: https://twistedmatrix.com/trac/wiki/TwistedWeb

Loading…
Cancel
Save