Skip to content

Commit

Permalink
Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Mar 24, 2009
1 parent f55aba5 commit 2aa8890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/deployment/fastcgi.txt
Expand Up @@ -250,7 +250,7 @@ Add the following to your lighttpd config file:
), ),
) )
alias.url = ( alias.url = (
"/media/" => "/home/user/django/contrib/admin/media/", "/media" => "/home/user/django/contrib/admin/media/",
) )


url.rewrite-once = ( url.rewrite-once = (
Expand Down

0 comments on commit 2aa8890

Please sign in to comment.