Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
anandology committed Nov 8, 2013
1 parent f7898a1 commit a37970f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To make a web.py application work with gunicorn, you'll need to get the wsgi app
# get the wsgi app from web.py application object
wsgiapp = app.wsgifunc()

Once that change is made, gunicorn server be started using:
Once that change is made, gunicorn server be started using::

gunicorn -w 4 -b 127.0.0.1:4000 yourapp:wsgiapp

Expand Down

0 comments on commit a37970f

Please sign in to comment.