Fixed #5782 -- Fixed a small typo spotted by obeattie.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3e3a7e0258
commit
3ea87fb9c0
|
@ -62,7 +62,7 @@ with the standard ``Auth*`` and ``Require`` directives::
|
|||
|
||||
...
|
||||
|
||||
<Location /exmaple/>
|
||||
<Location /example/>
|
||||
AuthType Basic
|
||||
AuthName "example.com"
|
||||
**AuthBasicAuthoritative Off**
|
||||
|
|
Loading…
Reference in New Issue