allow htaccess override
This commit is contained in:
parent
c393a557a0
commit
f4cafdc5a7
|
@ -33,10 +33,10 @@ Vagrant::Config.run do |config|
|
|||
# to this Vagrantfile), and adding some recipes and/or roles.
|
||||
config.vm.provision :chef_solo do |chef|
|
||||
chef.cookbooks_path = "cookbooks"
|
||||
chef.add_recipe "vim"
|
||||
chef.add_recipe "zsh"
|
||||
chef.add_recipe "zlib"
|
||||
chef.add_recipe "git"
|
||||
# chef.add_recipe "vim"
|
||||
# chef.add_recipe "zsh"
|
||||
# chef.add_recipe "zlib"
|
||||
# chef.add_recipe "git"
|
||||
chef.add_recipe "apt"
|
||||
chef.add_recipe "wordpress"
|
||||
|
||||
|
|
|
@ -5,14 +5,12 @@
|
|||
|
||||
<Directory <%= @params[:docroot] %>>
|
||||
Options FollowSymLinks
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
<Directory />
|
||||
Options FollowSymLinks
|
||||
AllowOverride None
|
||||
</Directory>
|
||||
|
||||
LogLevel info
|
||||
|
|
Loading…
Reference in New Issue