File Not Found when running PHP with Nginx

后端 未结 15 1956
后悔当初
后悔当初 2020-12-04 13:59

Recently I installed the latest version of Nginx and looks like I\'m having hard time running PHP with it.

Here is the configuration file I\'m using for the domain:<

15条回答
  •  萌比男神i
    2020-12-04 14:55

    When getting "File not found", my problem was that there was no symlink in the folder where was pointing this line in ngix config:

    root /var/www/claims/web;
    

提交回复
热议问题