Author: russellm
Date: 2009-03-24 06:43:52 -0500 (Tue, 24 Mar 2009)
New Revision: 10150

Modified:
   django/trunk/docs/howto/deployment/fastcgi.txt
Log:
Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.

Modified: django/trunk/docs/howto/deployment/fastcgi.txt
===================================================================
--- django/trunk/docs/howto/deployment/fastcgi.txt      2009-03-24 11:42:34 UTC 
(rev 10149)
+++ django/trunk/docs/howto/deployment/fastcgi.txt      2009-03-24 11:43:52 UTC 
(rev 10150)
@@ -250,7 +250,7 @@
         ),
     )
     alias.url = (
-        "/media/" => "/home/user/django/contrib/admin/media/",
+        "/media" => "/home/user/django/contrib/admin/media/",
     )
 
     url.rewrite-once = (


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to