From fd943a80b169a74082d200cd45edb8216fafc29e Mon Sep 17 00:00:00 2001
From: Stephen Gran <steve@lobefin.net>
Date: Tue, 27 Aug 2013 19:53:25 +0100
Subject: [PATCH] update macros

Signed-off-by: Stephen Gran <steve@lobefin.net>
---
 modules/roles/templates/static-mirroring/static-vhost.conf.erb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/roles/templates/static-mirroring/static-vhost.conf.erb b/modules/roles/templates/static-mirroring/static-vhost.conf.erb
index 53e588a3..d171ff6a 100644
--- a/modules/roles/templates/static-mirroring/static-vhost.conf.erb
+++ b/modules/roles/templates/static-mirroring/static-vhost.conf.erb
@@ -15,6 +15,7 @@
 		Allow from all
 	</Directory>
 
+	DefaultType text/plain
 	AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
 </Macro>
 
@@ -29,6 +30,7 @@
 
 		Use common-static-base $name
 		$extra
+		DefaultType text/plain
 	</VirtualHost>
 </Macro>
 
@@ -44,6 +46,7 @@
 		</IfModule>
 
 		Use common-static-base $name
+		DefaultType text/plain
 	</VirtualHost>
 </Macro>
 
-- 
2.39.5