Skip to content

Commit

Permalink
Fixed #3935 -- Fixed typo in docs/modpython.txt. Thanks, alexis@smirn…
Browse files Browse the repository at this point in the history
…ov.ca

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Apr 9, 2007
1 parent 7fd887b commit 0498eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modpython.txt
Expand Up @@ -160,7 +160,7 @@ If, however, you have no option but to serve media files on the same Apache
``VirtualHost`` as Django, here's how you can turn off mod_python for a
particular part of the site::

<Location "/media/">
<Location "/media">
SetHandler None
</Location>

Expand All @@ -177,7 +177,7 @@ the ``media`` subdirectory and any URL that ends with ``.jpg``, ``.gif`` or
SetEnv DJANGO_SETTINGS_MODULE mysite.settings
</Location>

<Location "media">
<Location "/media">
SetHandler None
</Location>

Expand Down

0 comments on commit 0498eb3

Please sign in to comment.