From 62f71cec85da1f18c9a2fc3927277c6093bcedd3 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: I8dd39306946954c0a717ba53d0be9b764c8a181f --- 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