Skip to content

Commit

Permalink
Corrupted or non-updating files VirtualBox bug
Browse files Browse the repository at this point in the history
added sendfile off; to .conf file and details about non-updating files
  • Loading branch information
oriceon committed May 18, 2015
1 parent 0f9e7e3 commit b66d0f7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,24 @@ then reload nginx

and test if `http://chat.dev/` is workin` ok!


##Corrupted or non-updating files VirtualBox bug

If you're using the VirtualBox provider, then VirtualBox shared folders are the default synced folder type. These synced folders use the VirtualBox shared folder system to sync file changes from the guest to the host and vice versa.

There is a VirtualBox bug related to sendfile which can result in corrupted or non-updating files. You should deactivate sendfile in any web servers config files you may be running.

**In Nginx:**

`sendfile off;`

**In Apache:**

`EnableSendfile Off`

See vagrant docs: http://docs.vagrantup.com/v2/synced-folders/virtualbox.html


#Create users

edit .env file from your laravel folder and fill database credentials
Expand Down

0 comments on commit b66d0f7

Please sign in to comment.