X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e6059a3fe1b3a28893cf01686876d1523e2f2862..4479ee5c32b8d5c7dc6cef37b4bbaed9402ed4fb:/cookbooks/chef/templates/default/apache.erb diff --git a/cookbooks/chef/templates/default/apache.erb b/cookbooks/chef/templates/default/apache.erb index 706ab5ead..9d86d910e 100644 --- a/cookbooks/chef/templates/default/apache.erb +++ b/cookbooks/chef/templates/default/apache.erb @@ -27,13 +27,4 @@ ProxyPassMatch ^/.*\.git/ ! ProxyPass / https://<%= node[:fqdn] %>:4443/ ProxyPreserveHost on - - SetEnv GIT_PROJECT_ROOT /var/lib/git - SetEnv GIT_HTTP_EXPORT_ALL - ScriptAlias / /usr/lib/git-core/git-http-backend/ - - - Options ExecCGI - Require ip <%= @git_allowed.sort.join(" ") %> -