nginx + php-fpm = File not found

前端 未结 8 1726
孤街浪徒
孤街浪徒 2021-02-07 01:25

When i try accessing info.php I get a File not found. error.

I tried some Tutorials to no avail.

Configs: default:

ser         


        
8条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 02:06

    I had this issue and none of the answers here worked. The issue for me ended up being caused by SELinux. I disabled SELinux and it fixed the issue.

    Be aware that disabling SELinux does have an impact on security. There's almost certainly a better way to fix this, but disabling SELinux works for my purposes.

提交回复
热议问题