revert previous commit ...

This commit is contained in:
Benoit Chesneau 2010-05-13 19:29:17 +02:00
parent a776057a45
commit a52a6fda17
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ $ gunicorn_paste --workers=2 development.ini
you can specify the Gunicorn server settings in your configuration file:</p>
<pre class="literal-block">
[server:main]
worker_class = egg:gunicorn#sync
use = egg:gunicorn#main
host = 127.0.0.1
port = 5000
</pre>

View File

@ -97,7 +97,7 @@ If you're wanting to keep on keeping on with the usual paster serve command,
you can specify the Gunicorn server settings in your configuration file::
[server:main]
worker_class = egg:gunicorn#sync
use = egg:gunicorn#main
host = 127.0.0.1
port = 5000