From bec2534d3fd915ac02017d62a0d044f036745960 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 14 Nov 2014 16:40:58 +0000 Subject: [PATCH] Set httpd perms on some css/js dirs. --- roles/tagger/files/fedoratagger-app.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/tagger/files/fedoratagger-app.conf b/roles/tagger/files/fedoratagger-app.conf index 64ba135110..3c0575a223 100644 --- a/roles/tagger/files/fedoratagger-app.conf +++ b/roles/tagger/files/fedoratagger-app.conf @@ -40,3 +40,9 @@ WSGIScriptAlias /tagger /usr/share/fedoratagger/fedoratagger.wsgi WSGIProcessGroup fedoratagger Require all granted + + Require all granted + + + Require all granted +