[SCM] live-studio branch, master, updated. a50c5b65aa3ae7caaea04d88a96b677e541c7eff

Chris Lamb lamby at debian.org
Fri Jul 30 21:10:08 UTC 2010


The following commit has been merged in the master branch:
commit a50c5b65aa3ae7caaea04d88a96b677e541c7eff
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 17:08:43 2010 -0400

    Serve the admin media too.

diff --git a/config/live-studio-nginx b/config/live-studio-nginx
index 23125eb..5668ad0 100644
--- a/config/live-studio-nginx
+++ b/config/live-studio-nginx
@@ -7,6 +7,10 @@ server {
 		expires 30d;
 	}
 
+	location /admin/media {
+		root /usr/share/pyshared/django/contrib;
+	}
+
 	location / {
 		proxy_pass		http://127.0.0.1:8000;
 		proxy_set_header	X-Forwarded-For $proxy_add_x_forwarded_for;

-- 
live-studio



More information about the debian-live-changes mailing list