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

5.0.1-beta docker部署使用nginx代理无法登录 #910

Open
cema0110 opened this issue May 14, 2024 · 1 comment
Open

5.0.1-beta docker部署使用nginx代理无法登录 #910

cema0110 opened this issue May 14, 2024 · 1 comment
Labels
question Further information is requested

Comments

@cema0110
Copy link

Question

5.0.1-beta 采用docker部署,用nginx代理的proxy_pass方向代理之后,无法登录,输入用户名密码之后点击登录会自动跳回登录页面并提示用户需要登录。powerjob和nginx部署在不同IP的服务器上。
server {
listen 7700;
listen [::]:7700;
server_name _;
location / {
proxy_pass http://xxx.xxx.xxx.xxx:7700;
}
}

@cema0110 cema0110 added the question Further information is requested label May 14, 2024
@lanjiancn
Copy link

同问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants