summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2010-12-30 13:30:37 +0000
committerTimo Graham <timograham@gmail.com>2010-12-30 13:30:37 +0000
commitae7f7a257fdf51b93103ff71ac86b17b67135029 (patch)
tree84b8341ba7db92bb42ce7cb8a13d4123ea2d8bf1 /docs
parentcd2cf8724326db425ce762925415ff4c90153830 (diff)
[1.2.X] Fixed #13912 - Fixed AliasMatch regex in modwsgi docs. Thanks SmileyChris for the report.
Backport of r15115 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/modwsgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/modwsgi.txt b/docs/howto/deployment/modwsgi.txt
index 50ca9e426d..a3c193cfb4 100644
--- a/docs/howto/deployment/modwsgi.txt
+++ b/docs/howto/deployment/modwsgi.txt
@@ -81,7 +81,7 @@ file. All other URLs will be served using mod_wsgi::
Alias /robots.txt /usr/local/wsgi/static/robots.txt
Alias /favicon.ico /usr/local/wsgi/static/favicon.ico
- AliasMatch /([^/]*\.css) /usr/local/wsgi/static/styles/$1
+ AliasMatch ^/([^/]*\.css) /usr/local/wsgi/static/styles/$1
Alias /media/ /usr/local/wsgi/static/media/