nginx 虚拟主机配置 匿名发表 云栖问答 2018-10-18 3 直接访问 目录下的index.php 都访问不到 哪写错了吗,求大神指明,在线等 当前问题共有如下(1)个解决方案小旋风柴进关于“nginx 虚拟主机配置”这个问题,我认为:location ~ \.php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; include fastcgi_params; } 这里需要配置一下。 上一篇:云虚拟主机自行搭建phpwind8.7论坛广告代码问题 下一篇:买的虚拟主机允许修改apache或nginx配置文件吗?
关于“nginx 虚拟主机配置”这个问题,我认为:location ~ \.php$ {
root html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
include fastcgi_params;
}
这里需要配置一下。