diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-03-24 11:43:52 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-03-24 11:43:52 +0000 |
| commit | 2aa8890136744facce3ced59c40574fbe3d9c6c0 (patch) | |
| tree | b44f00bbe111d231de0f32c768723d1ab528308c | |
| parent | f55aba59d0bc0579e2d5ac4c7d1882496878876b (diff) | |
Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -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 = ( |
