第一次使用NGINX採了個雷 筆記一下
nginx 報錯 502 Bad Gateway
No connection could be made because the target machine actively refused it
error log:
step1:
php-cgi.exe 存在
檢查php.exe資料夾裡有沒有php-cgi.exe
step2:
PHP和Nginx連動。
在php.ini中找到cgi.fix_pathinfo,取消註解
step3:
cmd配合nginx.conf fastcgi_pass設定值跟自己的php路徑 把php-cgi run 起來
C:\php\php5/php-cgi.exe -b 127.0.0.1:9001 -c C:\php\php5/php.ini
文章標籤
全站熱搜
留言列表