This commit is contained in:
Benoit Chesneau 2010-05-13 19:25:04 +02:00
parent c6d9f9ab7c
commit a776057a45

View File

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