403 Forbidden error
Opened this issue · 1 comments
renny79 commented
If there is no existing WP install and install_wordpress=false in settings, after vagrant up
, you get a 403 Forbidden error when you browse to nginx.local.
It would be nice to have a page with some sort of indications or instructions on how to remedy this instead of a 403 Forbidden page.
anugupta commented
Directory browsing is not enabled for nginx, so if there's no existing WP setup, and install_wordpress=false
then there's nothing to show, which is the 403.
But yes, this doesn't look great, there should be a default page that gets added to /vagrant
if there's nothing there