[SCM] live-studio branch, master, updated. 52eb20a191ee4ec9f567f3b24bb020effec8d7c0

Chris Lamb lamby at debian.org
Fri Jul 30 21:42:07 UTC 2010


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

    Expose builds via nginx.

diff --git a/config/live-studio-nginx b/config/live-studio-nginx
index b90d39c..ca6048d 100644
--- a/config/live-studio-nginx
+++ b/config/live-studio-nginx
@@ -11,6 +11,10 @@ server {
 		root /usr/share/pyshared/django/contrib;
 	}
 
+	location /builds {
+		alias /var/lib/live-studio;
+	}
+
 	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