I just installed Laravel Homestead according to their instructions. When I open http://homestead.app:8000 I get the nginx 403 forbidden HTTP Response.
I have tried s
To fix, ssh into your homestead, then do : nano /etc/nginx/sites-available/the-name-of-your-project.test
nano /etc/nginx/sites-available/the-name-of-your-project.test
After that all you need to do is get rid of $uri/ that you will find in the location object , then do vagrant reload and error should be fixed.
$uri/
location
vagrant reload