]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/apache.erb
Complete the renaming of private to private_site
[chef.git] / cookbooks / mediawiki / templates / default / apache.erb
index ab16ce428eeafd724aebbd1b4860e833c480fe48..f41e4ca50e0304663b0138a4c73e7d9d4db1ff6f 100644 (file)
@@ -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>