gpt4 book ai didi

php - Nginx fastcgi_index index.php 不工作

转载 作者:行者123 更新时间:2023-12-05 05:23:01 25 4
gpt4 key购买 nike

我正在设置开发环境,但出于某种原因,fastcgi_index 无法正常工作。生产环境和开发环境的区别在于nginx的监听端口。除此之外,都是一样的。在生产中,它是 80,在开发中它是 8080。

当我转到 http://domain.com:8080 时,我得到 Forbidden 403 forbidden。如果我把索引放在那里,我得到文件即:http://domain.com:8080/index.php

目录权限为755,index.php对所有人都可读。我认为这不是权限问题,因为可以直接导航到该文件。

这是我在 conf 中的内容:

location ~ \.php$ {
try_files $uri =404;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include /etc/nginx/fastcgi.conf;
fastcgi_read_timeout 180;
}

我猜它必须对端口 8080 做些什么?同样,这应该是两台服务器之间的唯一区别。

最佳答案

您是否在服务器级别声明了 root/index.php

关于php - Nginx fastcgi_index index.php 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38923717/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com