projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Complete the renaming of private to private_site
[chef.git]
/
cookbooks
/
mediawiki
/
templates
/
default
/
apache.erb
diff --git
a/cookbooks/mediawiki/templates/default/apache.erb
b/cookbooks/mediawiki/templates/default/apache.erb
index ab16ce428eeafd724aebbd1b4860e833c480fe48..f41e4ca50e0304663b0138a4c73e7d9d4db1ff6f 100644
(file)
--- a/
cookbooks/mediawiki/templates/default/apache.erb
+++ b/
cookbooks/mediawiki/templates/default/apache.erb
@@
-80,7
+80,7
@@
Options -ExecCGI -Includes -Indexes
AllowOverride None
AddType text/plain .html .htm .shtml
-<% if @private -%>
+<% if @private
_site
-%>
Require all denied
<% end -%>
</Directory>