summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-09 16:54:30 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-10 12:42:56 +0000
commit62f71cec85da1f18c9a2fc3927277c6093bcedd3 (patch)
treedb4034d23fafc56065d12dfe1406904efb62e228
parent3526636ecb5d18e5a612ab85850b68639dacb311 (diff)
downloadtrove-setup-62f71cec85da1f18c9a2fc3927277c6093bcedd3.tar.gz
lighttpd: Allow anonymous read access over https
Change-Id: I8dd39306946954c0a717ba53d0be9b764c8a181f
-rw-r--r--ansible/roles/trove-setup/templates/lighttpd/git-httpd.conf2
1 files changed, 0 insertions, 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"
}