From 4b841972b3f5f77f9ac9c879a0b8ee6124ec3881 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 29 May 2018 12:11:36 +0200 Subject: [PATCH] The allow all is not needed here anymore Signed-off-by: Patrick Uiterwijk --- roles/distgit/pagure/templates/z_pagure.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/distgit/pagure/templates/z_pagure.conf b/roles/distgit/pagure/templates/z_pagure.conf index c958a895ed..df2470d6ae 100644 --- a/roles/distgit/pagure/templates/z_pagure.conf +++ b/roles/distgit/pagure/templates/z_pagure.conf @@ -33,6 +33,7 @@ WSGIDaemonProcess pagureproc user=pagure group=packager maximum-requests=1000 di {% endif %} WSGIProcessGroup pagureproc +{% if env != "staging" %} # Apache 2.4 Require all granted @@ -42,6 +43,7 @@ WSGIDaemonProcess pagureproc user=pagure group=packager maximum-requests=1000 di Order deny,allow Allow from all +{% endif %} #