From: Tom Hughes Date: Sun, 24 Jun 2018 16:04:43 +0000 (+0100) Subject: Deny all https access to the private chef repo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/50e4979c050007df5718e0526ace546429664b4f?ds=sidebyside Deny all https access to the private chef repo --- diff --git a/cookbooks/git/templates/default/apache.erb b/cookbooks/git/templates/default/apache.erb index 374ec2cf5..9ec36f7d8 100644 --- a/cookbooks/git/templates/default/apache.erb +++ b/cookbooks/git/templates/default/apache.erb @@ -60,6 +60,10 @@ Require ip <%= @private_allowed.sort.join(" ") %> + + + Require all denied +