From 0b13592d46ef20e8e5a1b2cf956fd2ae8ae07541 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 9 Nov 2015 16:54:30 +0000 Subject: lighttpd: Allow anonymous read access over https Change-Id: Ie5dbc3bd3ab8d37ef3e5c08c9541c571944e1f58 --- ansible/roles/trove-setup/templates/lighttpd/git-httpd.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/roles/trove-setup/templates/lighttpd/git-httpd.conf b/ansible/roles/trove-setup/templates/lighttpd/git-httpd.conf index 8b4a22e..bb3f5eb 100644 --- a/ansible/roles/trove-setup/templates/lighttpd/git-httpd.conf +++ b/ansible/roles/trove-setup/templates/lighttpd/git-httpd.conf @@ -62,8 +62,6 @@ $HTTP["url"] =~ "^/git/.*$" { } $HTTP["scheme"] == "https" { - include "git-auth.conf" - $HTTP["querystring"] =~ "service=git-receive-pack" { include "git-auth.conf" } -- cgit v1.2.1