From c3764014a2883490ba3b9f3d58b43d4f157c310b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 5 Jun 2015 13:49:14 +0200 Subject: [PATCH] Allow everyone on /releases --- roles/pagure/frontend/templates/pagure.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roles/pagure/frontend/templates/pagure.conf b/roles/pagure/frontend/templates/pagure.conf index 14d827641c..5d0cc66630 100644 --- a/roles/pagure/frontend/templates/pagure.conf +++ b/roles/pagure/frontend/templates/pagure.conf @@ -35,3 +35,17 @@ WSGIScriptAlias / /var/www/pagure.wsgi Allow from all + + + WSGIProcessGroup pagure + + # Apache 2.4 + Require all granted + + + # Apache 2.2 + Order deny,allow + Allow from all + + +