From 0f8fc12999ae658c7aa7d3ac003320cab64dcf5d Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 26 Sep 2016 08:52:11 -0700 Subject: [PATCH] Add apache2.4 acls and permission to gerrit static dir We serve robots.txt out of the gerrit static dir, but did not allow apache to access it. This corrects that. Change-Id: Ibf7338641247bb5f66e3a9d7be92ce45a72da1fd --- templates/gerrit.vhost.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/gerrit.vhost.erb b/templates/gerrit.vhost.erb index 43040fa..51add6c 100644 --- a/templates/gerrit.vhost.erb +++ b/templates/gerrit.vhost.erb @@ -89,10 +89,17 @@ <% end -%> + Require all granted Order allow,deny Allow from all + Require all granted + Allow from all + Satisfy Any + + + Require all granted Allow from all Satisfy Any