运行valet install时,出现了个错误,访问*.dev地址的时候都是502 Bad Gateway,怎么回事啊?
☁ ~ valet install
Stopping nginx....
Installing nginx configuration...
Installing nginx directory...
Updating PHP configuration...
Warning: file_get_contents(/usr/local/etc/php/7.1/php-fpm.d/www.conf): failed to open stream: No such file or directory in /Users/maxdata/.composer/vendor/laravel/valet/cli/Valet/Filesystem.php on line 112
Warning: file_put_contents(/usr/local/etc/php/7.1/php-fpm.d/www.conf): failed to open stream: No such file or directory in /Users/maxdata/.composer/vendor/laravel/valet/cli/Valet/Filesystem.php on line 125
Restarting php71...
Restarting dnsmasq...
Restarting nginx...
Valet installed successfully!
#laravel valet 502 Bad Gatewaylaravel valet 502 Bad Gateway 说明:mac莫名其妙的就不能访问了。。。。。 原因可能1.php7* 服务莫名停止了...解决办法先查看 mac ...