One small caveat is that nowadays, both Firefox and Chrome force HTTPS for .dev domains, so it isn’t actually possible to load http://bealers-24ways.dev in either browser (they just change it automatically to https://bealers-24ways.dev). One solution is to change the domain/hostname to something else, on line 17 of the Vagrantfile, and lines 27/98/107/111 of provision.sh. “bealers-24ways.test” would work, for example.
One small caveat is that nowadays, both Firefox and Chrome force HTTPS for .dev domains, so it isn’t actually possible to load http://bealers-24ways.dev in either browser (they just change it automatically to https://bealers-24ways.dev). One solution is to change the domain/hostname to something else, on line 17 of the Vagrantfile, and lines 27/98/107/111 of provision.sh. “bealers-24ways.test” would work, for example.