]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
update macros
authorStephen Gran <steve@lobefin.net>
Tue, 27 Aug 2013 18:53:25 +0000 (19:53 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 27 Aug 2013 18:53:25 +0000 (19:53 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/templates/static-mirroring/static-vhost.conf.erb

index 53e588a300b32011d162034cd36e7a48a4376ce7..d171ff6ad712cbbce0b6fa15c7843de7f711a58d 100644 (file)
@@ -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>