From bee721ae251db2c79fede4d7bd26a55491c96466 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 17 Jun 2016 21:37:29 +0000 Subject: [PATCH] Fix ordering of the locations Signed-off-by: Patrick Uiterwijk --- .../frontend2/templates/mirrormanager.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager.conf b/roles/mirrormanager/frontend2/templates/mirrormanager.conf index 27c90767de..89e8da075a 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager.conf +++ b/roles/mirrormanager/frontend2/templates/mirrormanager.conf @@ -13,14 +13,6 @@ WSGIPythonOptimize 1 WSGIScriptAlias /mirrormanager /var/www/mirrormanager2.wsgi - -{% if mm2_checkin %} - Require all granted -{% else %} - Require all denied -{% endif %} - - WSGIProcessGroup mirrormanager @@ -33,3 +25,11 @@ WSGIScriptAlias /mirrormanager /var/www/mirrormanager2.wsgi Allow from all + + +{% if mm2_checkin %} + Require all granted +{% else %} + Require all denied +{% endif %} +