[1.8.x] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt
Backport of b295fcd19c
from master
This commit is contained in:
parent
3862826fed
commit
3928270495
|
@ -32,7 +32,7 @@ Authentication with mod_wsgi
|
||||||
|
|
||||||
The use of ``WSGIApplicationGroup %{GLOBAL}`` in the configurations below
|
The use of ``WSGIApplicationGroup %{GLOBAL}`` in the configurations below
|
||||||
presumes that your Apache instance is running only one Django application.
|
presumes that your Apache instance is running only one Django application.
|
||||||
If you are running more than Django application, please refer to the
|
If you are running more than one Django application, please refer to the
|
||||||
`Defining Application Groups`_ section of the mod_wsgi docs for more
|
`Defining Application Groups`_ section of the mod_wsgi docs for more
|
||||||
information about this setting.
|
information about this setting.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue