This morning nginx on Homestead stopped working. service ngingx says it's running, php5-fpm is running, and everything seems fine. But trying to connect to server is impossible:
curl: (7) Failed to connect to 192.168.10.10 port 80: Operation timed out
curl: (7) Failed to connect to 192.168.10.10 port 8080: Operation timed out
curl: (7) Failed to connect to 192.168.10.10 port 8000: Operation timed out
So I guess my only option is to reinstall Homestead. But how can I do that without losing SQL data, configurations etc?
I did this mistake once, then I started using sqlite as DB driver. Thus the file 'storage/database.sqlite' gets synced to your project folder. I also 'vagrant suspend' before shuting down in the evening and 'vagrant resume' in the morning