projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63028ad
)
Update piwik to apache 2.4 style access controls
author
Tom Hughes
<tom@compton.nu>
Tue, 2 Sep 2014 08:20:46 +0000
(09:20 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 2 Sep 2014 08:20:46 +0000
(09:20 +0100)
cookbooks/piwik/templates/default/apache.erb
patch
|
blob
|
history
diff --git
a/cookbooks/piwik/templates/default/apache.erb
b/cookbooks/piwik/templates/default/apache.erb
index 8db8044eb00e46116d2699df2e3cf1186ea0c63d..8b7f375c69823ceb40e9d0c3be88b6f51ed0f4f9 100644
(file)
--- a/
cookbooks/piwik/templates/default/apache.erb
+++ b/
cookbooks/piwik/templates/default/apache.erb
@@
-31,3
+31,7
@@
DocumentRoot /srv/piwik.openstreetmap.org
</VirtualHost>
+
+<Directory /srv/piwik.openstreetmap.org>
+ Require all granted
+</Directory>