From fb7e6e541b48bb26bc050b5538f69295c548deb8 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 14 Apr 2015 18:57:20 +0000 Subject: [PATCH] Add a Location tag for static I got the second +1, so let's re-enable the patch This reverts commit 0bdeabc8d493ccc776cea9bfa8efe42e4f9e6387. --- .../mirrorlist2/templates/mirrorlist-server.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roles/mirrormanager/mirrorlist2/templates/mirrorlist-server.conf b/roles/mirrormanager/mirrorlist2/templates/mirrorlist-server.conf index 91800c5a50..adb518296a 100644 --- a/roles/mirrormanager/mirrorlist2/templates/mirrorlist-server.conf +++ b/roles/mirrormanager/mirrorlist2/templates/mirrorlist-server.conf @@ -52,3 +52,15 @@ WSGIScriptAlias /mirrorlist /usr/share/mirrormanager2/mirrorlist_client.wsgi Allow from all + + + + # Apache 2.4 + Require all granted + + + # Apache 2.2 + Order deny,allow + Allow from all + +