Browse Source

Merge pull request #2793 from tiagocoutinho/patch-1

Update gevent wsgi documentation
pull/2795/head
Hsiaoming Yang 7 years ago committed by GitHub
parent
commit
54869a0017
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

@ -50,7 +50,7 @@ Gevent
`greenlet`_ to provide a high-level synchronous API on top of `libev`_
event loop::
from gevent.wsgi import WSGIServer
from gevent.pywsgi import WSGIServer
from yourapplication import app
http_server = WSGIServer(('', 5000), app)

Loading…
Cancel
Save