]> git.openstreetmap.org Git - chef.git/commitdiff
Allow limited htaccess overrides for wordpress sites
authorTom Hughes <tom@compton.nu>
Tue, 2 Dec 2014 22:37:50 +0000 (22:37 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 2 Dec 2014 22:37:50 +0000 (22:37 +0000)
cookbooks/wordpress/templates/default/apache.erb

index 3695fc2b7ead29c975a23ad467dfe9447883f60b..aea4eb690e0ef83b6430da4d34b56280e84dbfbf 100644 (file)
@@ -55,6 +55,7 @@
     RewriteRule . /index.php [L]
 
     Options -Indexes
+    AllowOverride AuthConfig
 
     Require all granted
   </Directory>