OK, so answering my own question here. my app is mapped to port 80 on the host machine. Problem solved, though I'd swear I checked 80 and 8080 every time. Still don't know why I can't find nginx in the list of listening ports!
Sep 26, 2015
1
Level 1
Homestead not serving web pages
Can somebody help me with some Homestead troubleshooting?
I've got homestead installed (on windows 8.1)
I've had to switch away from default IPs (my home is 192.168.10.x)
I've successfully installed my laravel app (I think)
I can ping my app by IP and by name.
curl test.app:8000 doesn't work (curl: (7) Failed connect to test.app:8000; No error)
nginx doesn't appear to be running. When I netstat | grep 80 there are only a couple of unrelated ports (8880,8809)
I've wiped and reinstalled multiple times...kind of at a loss!
Level 1
Please or to participate in this conversation.