File Not Found when running PHP with Nginx

后端 未结 15 1941
后悔当初
后悔当初 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条回答
  •  [愿得一人]
    2020-12-04 14:57

    in case it helps someone, my issue seems to be just because I was using a subfolder under my home directory, even though permissions seem correct and I don't have SELinux or anything like that. changing it to be under /var/www/something/something made it work.

    (if I ever found the real cause, and remember this answer, I'll update it)

提交回复
热议问题