diff --git a/doc/htdocs/usage.html b/doc/htdocs/usage.html index 30399436..f2843163 100644 --- a/doc/htdocs/usage.html +++ b/doc/htdocs/usage.html @@ -140,7 +140,7 @@ $ gunicorn_paste --workers=2 development.ini 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
 
diff --git a/doc/site/usage.rst b/doc/site/usage.rst index 8e31a095..d771fcc5 100644 --- a/doc/site/usage.rst +++ b/doc/site/usage.rst @@ -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