1 FastCGI sent in stderr: “Primary script unknown”

前端 未结 5 1648
有刺的猬
有刺的猬 2021-02-04 05:15

My first time using Nginx, but I am more than familiar with Apache and Linux. I am using an existing project and when ever I am trying to see the index.php I get a 404 File not

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-04 05:53

    That message from the fastcgi server usually means that the SCRIPT_FILENAME that it was given was not found or inaccessible as a file on its filesystem.

    Checkout file permissions on /home/willem/git/console/frontend/www/index.php

    Is it 644?

    And /home/willem/git/console/frontend/www/

    Is it 755?

提交回复
热议问题