From 2c850ba95c1fa568ed381acd011f3386051f3fba Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 27 May 2016 01:28:05 +0200 Subject: [PATCH] Drop wheezy compatibility code in static-vhosts-simple Signed-off-by: Aurelien Jarno --- .../static-mirroring/vhost/static-vhosts-simple.erb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb index d971eca16..3feff61d8 100644 --- a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb +++ b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb @@ -149,12 +149,7 @@ lines.join("\n") AllowOverride FileInfo Indexes Options=Multiviews Options Multiviews Indexes FollowSymLinks Includes IndexOptions FancyIndexing NameWidth=* - <% if @lsbmajdistrelease > '7' -%> - Require all granted - <% else -%> - Order allow,deny - Allow from all - <% end -%> + Require all granted AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css -- 2.20.1