Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-03-24 11:43:52 +00:00
parent f55aba59d0
commit 2aa8890136
1 changed files with 1 additions and 1 deletions

View File

@ -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 = (