Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

403 trying to access platform from browser #49

Open
paperscissors opened this issue Feb 11, 2017 · 1 comment
Open

403 trying to access platform from browser #49

paperscissors opened this issue Feb 11, 2017 · 1 comment
Assignees

Comments

@paperscissors
Copy link
Contributor

So when I actually try to access the platform on the vagrant box it gives me a 403 error in the browser.

As far as I can see everything is vagrant:vagrant on the /var/www/cash_platform folder. I got it working by adding vagrant to apache group, chowned vagrant:apache and ug+rwx for now.

This of course resets every time I do a reload on account of the $dev_mounts settings. I changed the group to apache on there so hopefully that has some effect next reload.

Odd thing is the permissions issue didn't happen for @christopherleckie, so it's not necessarily related to switching to rsync.

Thanks!

@paperscissors
Copy link
Contributor Author

Follow-up:

setting the rsync to vagrant:apache makes it work out of the box:

    "owner" => "vagrant",
    "group" => "apache",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants