diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-03-24 12:07:43 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-03-24 12:07:43 +0000 |
| commit | 2363f608798ba3152299abc26e5e93c1a2889226 (patch) | |
| tree | 572ea45cf6bc73931888a6a914177bffe559a52e /docs | |
| parent | ade3dcb4947e93752e5759c1bd6e6a26e9bfcb8e (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/fastcgi.txt | 2 |
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 = ( |
