Closed hpaknia closed 7 years ago
I noticed owner of synced directories are not correctly set in vagrant file:
# Sync between the web root of the VM and the 'sites' directory config.vm.synced_folder "sites/", "/var/www", owner: "www-data", group: "www-data"
It causes permission issues on php scripts.
I noticed owner of synced directories are not correctly set in vagrant file:
It causes permission issues on php scripts.