近期网站首页突然无法打开,显示404 not found nginx。后缀加上index.php后则可以正常访问首页。现在百度引擎搜主页都被砍掉收录了,难受啊。nginx和伪静态都设置了,内页全部正常,只有首页需要加index.php,内页打开后一切正常,内页url也没有出现index.php。nginx.conf和index.php都有设置好,但是首页依旧404,有没有懂的大神求指教。
我有下面的docker-compose.yml,但是需要建模一个公共/专用网络拆分,其中Redis实例只能访问本地主机。version: "2.2" # for compatibility, I can upgrade if needed nginx: - 8080:80 image: redis - 6379:6379
如果我需要将它限制为只能</e
我有nginx和两个资源/public_url和/private_url支持Alteon负载均衡器。我可以使用nginx.conf限制对private_url的访问: include whitelist.conf; }当我直接访问nginx时,这是有效的。然而,当我通过Alteon访问nginx时,我