2
follow
332
views

后台登录不了

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

Why is it folded? 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

手机登陆,验证过邮箱,怎么还提示验证邮箱?
用万网的虚拟空间安装3.1.6版出现如下问题不能下一步该怎么办?
为什么我下载的wecenter中没有 pastefromword/filter/default.js 这个路径
为什么我在本地phpstudy安装成功后无法登陆呢
话题页面的“精华”选项怎么设置
如何解决局域网其他电脑无法看到图片的情况?
wecenter如何分布式部署
如何在内网部署WeCenter?
安装wecenter 2M (此处建议值 > 8M) 修改哪里把2M ,修改为8M ,或者其他值?
All Rights Reserved Powered BY WeCenter V4.1.0 © 2023 粤ICP备17116736号