diff options
| author | Afriza N. Arief <afriza.na@gmail.com> | 2015-04-13 18:16:21 +0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-13 07:51:12 -0400 |
| commit | dce97cb74029f1e068ef1e312db190fa2d7109ea (patch) | |
| tree | d27f6a56af3e640ac3953049d20111f18f0e5b21 | |
| parent | 51e5e2efc6f96166ec3df6fe52a41deefe0fcbe3 (diff) | |
[1.7.x] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt
Backport of b295fcd19c00706d7f60db73741c1311ee141409 from master
| -rw-r--r-- | docs/howto/deployment/wsgi/apache-auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index 9af3f2325a..428e24ce59 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -32,7 +32,7 @@ Authentication with mod_wsgi The use of ``WSGIApplicationGroup %{GLOBAL}`` in the configurations below 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 information about this setting. |
