I looked everywhere but I am failing. I just wanted to align and or sync my gid's and uid's so that I can view my nginx server in my vagrant box. I am going nuts trying to find the answer over the internet. I have seen some but I don't know how to implement. Can someone shed some light here? Thank you very much.
I have: Host: Ubuntu 14.04 Guest Virtual Box VM: Centos 6.5 Vagrant: 1.6.5 Shared/Sync folder is `nfs`. When I list all files and dirs, here's what I get: $ ll /var/www/ > drwxrwxr-x 2 1000 1000 4096 Sep 15 14:28 conf/ > drwxrwxr-x 2 1000 1000 4096 Sep 16 04:15 data/ > drwxrwxr-x 2 1000 1000 4096 Sep 15 14:04 html/ I cannot get it to work because I found out that in CentOS, gid and uid starts with 500. www-data is mapped to 501 and 500 is vagrant. Does changing 501 to 1000 will fix it? But how? -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
