serve and not server. spotted by @batok on irc.

This commit is contained in:
Benoit Chesneau 2010-02-03 18:56:19 +01:00
parent 2d10aa1f83
commit 5cb1f47e87

View File

@ -76,7 +76,7 @@ For paste-compatible projects (like Pylons) use the `gunicorn_paste` command::
or usual paster command::
$ cd your pasteproject
$ paster server development.ini workers=2
$ paster serve development.ini workers=2
In last case don't forget to add a server section for gunicorn. Here is an example that use
gunicorn as main server::