Skip to content

Commit

Permalink
update permissions for log directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Oct 7, 2016
1 parent 3b35909 commit 270eabd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Vagrant.configure "2" do |config|
# Log files
config.vm.synced_folder "log", "/srv/log", {
owner: "vagrant",
group: "www-data"
group: "www-data",
mount_options: ["dmode=777", "fmode=777"]
}

# Web root
Expand Down

0 comments on commit 270eabd

Please sign in to comment.