laravel homestead 502

查看nginx日誌/var/logs/nignx下你本身定義的error文件名php

發現報錯內容以下nginx

2018/03/30 08:31:12 [crit] 1465#1465: *1 connect() to unix:/var/run/php/php7.2-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.10.1, server: yjholly.yun, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.2-fpm.sock:",php7

在查看php版本發現是7.1的 php-vui

在/etc/php/7.1/fpm/pool.d/www.conf中的listen = /run/php/php7.1-fpm.sock,修改對應nginx的site-avaliable中fastcgi_pass unix:/var/run/php/php7.1-fpm.sock;fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;spa

重啓nginx,php便可unix

相關文章
相關標籤/搜索