From 52ecc14e3afdfbb05e88fb39232aea5d19d29667 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 23 Apr 2015 17:03:48 +0000 Subject: [PATCH] Fix http{s} git cloning on pkgs. Fixes ticket 4688 --- roles/distgit/files/git-smart-http.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/distgit/files/git-smart-http.conf b/roles/distgit/files/git-smart-http.conf index 5841632b72..efb7976307 100644 --- a/roles/distgit/files/git-smart-http.conf +++ b/roles/distgit/files/git-smart-http.conf @@ -1,3 +1,10 @@ SetEnv GIT_PROJECT_ROOT /srv/git/rpms SetEnv GIT_HTTP_EXPORT_ALL ScriptAlias /git/ /usr/libexec/git-core/git-http-backend/ + + + Options ExecCGI Indexes + Order allow,deny + Allow from all + Require all granted +