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 15:21:44 +0000
commit0b13592d46ef20e8e5a1b2cf956fd2ae8ae07541 (patch)
treedb4034d23fafc56065d12dfe1406904efb62e228
parent0eca8cf5a7694064a6e71656c7271e19e915f604 (diff)
downloadtrove-setup-0b13592d46ef20e8e5a1b2cf956fd2ae8ae07541.tar.gz
lighttpd: Allow anonymous read access over https
Change-Id: Ie5dbc3bd3ab8d37ef3e5c08c9541c571944e1f58
-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"
}