vagrant-php-template icon indicating copy to clipboard operation
vagrant-php-template copied to clipboard

Support mutiple apps inside the vm

Open micheleorselli opened this issue 8 years ago • 0 comments

I'd like to propose a slightly modified layout for hosting several apps inside the vm by adding a www directory mounted on /var/www inside the vm. The resulting layout would be

- vagrant
- www
-- backend
-- frontend
-- ...
- Vagrantfile

inside the vm the result will be

- /var/www
-- backend
-- frontend

What do you think? @ricfrank @ftassi

micheleorselli avatar Nov 23 '16 13:11 micheleorselli