diff --git a/doc/htdocs/index.html b/doc/htdocs/index.html index 850e67a7..704ddae4 100644 --- a/doc/htdocs/index.html +++ b/doc/htdocs/index.html @@ -87,7 +87,7 @@ def app(environ, start_response):
  • Improve graceful handling: don't kill old workers until new ones are active
  • Improve gunicorn_django command when importing settings - module usingDJANGO_SETTINGS_MODULE environment variable
  • + module using DJANGO_SETTINGS_MODULE environment variable
  • Send appropriate error status on http parsing
  • Fix pidfile, set permissions so other user can read it and use it
  • Fix temporary file leaking