From dec8f44c8646c3c01ef4265691d2ba894706c1c5 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 15 Jun 2014 11:12:52 +0100 Subject: websites: Switch static.mageia.org to git --- deployment/websites/templates/vhost_static.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'deployment/websites/templates') diff --git a/deployment/websites/templates/vhost_static.conf b/deployment/websites/templates/vhost_static.conf index 866d235a..2d3f4c44 100644 --- a/deployment/websites/templates/vhost_static.conf +++ b/deployment/websites/templates/vhost_static.conf @@ -19,10 +19,20 @@ AddOutputFilterByType DEFLATE application/json text/javascript application/javascript application/x-javascript + Deny from all + + + Allow from all > + Order deny,allow + Deny from All + AllowOverride None + + + /g> Order deny,allow Allow from All AllowOverride None @@ -52,10 +62,20 @@ AddOutputFilterByType DEFLATE application/json text/javascript application/javascript application/x-javascript + Deny from all + + + Allow from all > + Order deny,allow + Deny from All + AllowOverride None + + + /g> Order deny,allow Allow from All AllowOverride None -- cgit v1.2.1