You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: