我在http://xx.xx.xx.xx:8080主持了詹金斯 jenkins路径是默认的/
我有一个带反向代理规则的nginx服务器设置。
location /jenkins {
proxy_pass http://xx.xx.xx.xx:8080/;
proxy_set_header Host $http_host;
}
我需要我的浏览器将/ jenkins作为所有请求的前缀。如下例所示。
示例:http://nginxIP/jenkins/ -> http://nginxIP/jenkins/login?from=%2F