如果部署在Docker中的Jenkins报上述错误,修改方法:
Nginx的location配置中添加
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP[......]
如果部署在Docker中的Jenkins报上述错误,修改方法:
Nginx的location配置中添加
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP[......]