diff --git a/doc/htdocs/index.html b/doc/htdocs/index.html index 1ad48f93..733d704e 100644 --- a/doc/htdocs/index.html +++ b/doc/htdocs/index.html @@ -77,13 +77,16 @@ def app(environ, start_response):
Site Content License Creative Commons Attribution 3.0 Unported License.
diff --git a/doc/htdocs/news.html b/doc/htdocs/news.html index 8ba65fbd..dbe07792 100644 --- a/doc/htdocs/news.html +++ b/doc/htdocs/news.html @@ -29,29 +29,22 @@New HTTP parser.
-New HUP behaviour : -- Reload configuration -- Start the new worker processes with a new configuration -- Gracefully shutdown the old worker processes
-New gevent worker "egg:gunicorn#gevent2", working with gevent.wsgi.
-New documentation site.
-Refactoring of configuration
-Fixed QUIT with eventlet worker
-Added an example reloader config
-Allows people to pass info from the command line to a WSGI application. See examples/alt_spec.py example:
-
-$ gunicorn 'alt_spec:load("my arg here")'
-
-