Nginx访问PHP文件的File not found

2021-03-19 04:26

阅读:374

标签:span   stc   roo   cgi   mat   ast   filename   math   ram   

更改配置文件nginx.conf
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
替换成下面

fastcgi_param SCRIPT_FILENAME \(document_root\)fastcgi_script_name;

然后重新加载nginx配置文件

Nginx访问PHP文件的File not found

标签:span   stc   roo   cgi   mat   ast   filename   math   ram   

原文地址:https://www.cnblogs.com/hailspace/p/12761511.html


评论


亲,登录后才可以留言!