Skip to content

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

@cema0110

Description

@cema0110

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;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions