projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7cc2c6d
)
Use apache 2.4 style access controls
author
Tom Hughes
<tom@compton.nu>
Tue, 19 Aug 2014 21:52:40 +0000
(22:52 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 19 Aug 2014 21:52:40 +0000
(22:52 +0100)
cookbooks/thinkup/templates/default/apache.erb
patch
|
blob
|
history
diff --git
a/cookbooks/thinkup/templates/default/apache.erb
b/cookbooks/thinkup/templates/default/apache.erb
index fa40d7f8ae052687ff2d236689617e3a769f8110..bcc935bf69cc2742e99d96b68255a6e85ade2c7e 100644
(file)
--- a/
cookbooks/thinkup/templates/default/apache.erb
+++ b/
cookbooks/thinkup/templates/default/apache.erb
@@
-10,3
+10,7
@@
DocumentRoot /srv/thinkup.openstreetmap.org/webapp
</VirtualHost>
DocumentRoot /srv/thinkup.openstreetmap.org/webapp
</VirtualHost>
+
+<Directory /srv/thinkup.openstreetmap.org/webapp>
+ Require all granted
+</Directory>