Commit 2aa88901 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent f55aba59
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 = (