Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法登录Web端 #16

Closed
liCN opened this issue Jul 3, 2019 · 1 comment
Closed

无法登录Web端 #16

liCN opened this issue Jul 3, 2019 · 1 comment

Comments

@liCN
Copy link

liCN commented Jul 3, 2019

你好,majinju
使用中出现以下错误
登录时跳转到 kettle/toLogin,页面显示为

1
配置文件
2
请问是哪里的配置出现问题?

原因已找到,只要nginx 转发设置了 IP白名单,就会报错,原因未知

server {
listen 80;
server_name kettle;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

location / {

#IP acl fail,unset

allow ;

deny all;

    proxy_pass http://10.0.0.1:82;
}

}

@majinju
Copy link
Owner

majinju commented Jul 17, 2024

请使用新版本

@majinju majinju closed this as completed Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants