2
follow
333
views

后台登录不了

AI智能回复搜索中,请稍后...

View All 0 个回答

技术-安辰 超级管理员 User from: 安徽省合肥市
2023-04-10 08:58

这个是自己配置的nginx规则出现了问题,你可以把


location ~ \.php(.*)$ {
fastcgi_pass 127.0.0.1:9002;
fastcgi_index index.php;
fastcgi_split_path_info ^((?U).+\.php)(/?.+)$;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
include fastcgi_params;
}


此处的php配置改为

location ~ \.php(.*)$ {

.....

}

About the author

oathkeeper 注册会员

This guy is lazy,Introduction has not been set

Problem dynamics

Release time
2023-04-02 15:56
Update time
2023-04-10 08:58
Focused
2 people pay attention to

Recommended content

wecenter安装的时候报错
如何安装Wecenter,有相关的文档或者帖子吗?
为什么我下载的wecenter中没有 pastefromword/filter/default.js 这个路径
话题页面的“精华”选项怎么设置
老问题,安装了wecenter以后,编辑器异常,头像也无法上传
gd环境安装?
cetos7 安装 wecenter 权限总是不通过
All Rights Reserved Powered BY WeCenter V4.1.0 © 2023 粤ICP备17116736号