summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-03-24 11:43:52 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-03-24 11:43:52 +0000
commit2aa8890136744facce3ced59c40574fbe3d9c6c0 (patch)
treeb44f00bbe111d231de0f32c768723d1ab528308c /docs
parentf55aba59d0bc0579e2d5ac4c7d1882496878876b (diff)
Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/fastcgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/fastcgi.txt b/docs/howto/deployment/fastcgi.txt
index f9f9a8184a..63f44eae19 100644
--- a/docs/howto/deployment/fastcgi.txt
+++ b/docs/howto/deployment/fastcgi.txt
@@ -250,7 +250,7 @@ Add the following to your lighttpd config file:
),
)
alias.url = (
- "/media/" => "/home/user/django/contrib/admin/media/",
+ "/media" => "/home/user/django/contrib/admin/media/",
)
url.rewrite-once = (