From de4bd635cfc26a2c30816e8f74e43c36e0b00e39 Mon Sep 17 00:00:00 2001 From: vam Date: Thu, 22 Nov 2018 19:49:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20=D0=BD=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=B5=D0=BA=20Vagrantfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index c966b55..82a2f5b 100755 --- a/Vagrantfile +++ b/Vagrantfile @@ -16,6 +16,6 @@ Vagrant.configure("2") do |config| config.vm.synced_folder ".", "/var/www/public", :mount_options => ["dmode=777", "fmode=766"] # Optional NFS. Make sure to remove other synced_folder line too - #config.vm.synced_folder ".", "/var/www/public", :nfs => { :mount_options => ["dmode=777","fmode=666"] } + #config.vm.synced_folder ".", "/var/www/public", :nfs => { :mount_options => ["dmode=777","fmode=766"] } end