Commit 2363f608 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[1.0.X] Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.

Merge of r10150 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10158 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent ade3dcb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = (