# HG changeset patch # User Mads Kiilerich # Date 1591618213 -7200 # Node ID 87de82eb7cb00568f29229da44287dafcfaee055 # Parent a04d6926d694adc06e66a4555de3c79445793557 docs: update docs changes from stable 75b1994e4959 with kallithea.config.application refactoring in default 3a02b678b5e7 diff -r a04d6926d694 -r 87de82eb7cb0 docs/overview.rst --- a/docs/overview.rst Wed Jun 17 21:52:16 2020 +0200 +++ b/docs/overview.rst Mon Jun 08 14:10:13 2020 +0200 @@ -177,7 +177,7 @@ to get a configuration starting point for your choice of web server. (Gearbox will do like ``paste`` and use the WSGI application entry point - ``kallithea.config.middleware:make_app`` as specified in ``setup.py``.) + ``kallithea.config.application:make_app`` as specified in ``setup.py``.) - `Apache httpd`_ can serve WSGI applications directly using mod_wsgi_ and a simple Python file with the necessary configuration. This is a good option if