##// END OF EJS Templates
docs: update docs changes from stable 75b1994e4959 with kallithea.config.application refactoring in default 3a02b678b5e7
Mads Kiilerich -
r8317:87de82eb default
parent child Browse files
Show More
@@ -177,7 +177,7 b' There are several web server options:'
177 to get a configuration starting point for your choice of web server.
177 to get a configuration starting point for your choice of web server.
178
178
179 (Gearbox will do like ``paste`` and use the WSGI application entry point
179 (Gearbox will do like ``paste`` and use the WSGI application entry point
180 ``kallithea.config.middleware:make_app`` as specified in ``setup.py``.)
180 ``kallithea.config.application:make_app`` as specified in ``setup.py``.)
181
181
182 - `Apache httpd`_ can serve WSGI applications directly using mod_wsgi_ and a
182 - `Apache httpd`_ can serve WSGI applications directly using mod_wsgi_ and a
183 simple Python file with the necessary configuration. This is a good option if
183 simple Python file with the necessary configuration. This is a good option if
General Comments 0
You need to be logged in to leave comments. Login now