mirror of
https://github.com/django/django.git
synced 2025-07-19 00:59:17 +00:00
[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
This commit is contained in:
parent
ade3dcb494
commit
2363f60879
@ -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 = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user