我使用dockerized wso2 https://github.com/wso2/docker-apim。
我想在haproxy之后使用api管理器。
我的配置是:
frontend app
bind *:443 ssl crt /etc/ssl/wso2.pem
default_backend wso2
backend wso2
server node1 api-manager:9443 check ssl verify none
,但是在浏览器中打开https://127.0.0.1/对其进行配置后,它将重定向到https://127.0.0.1:9443/publisher/。
我该如何解决?
答案 0 :(得分:0)
您可以在repository / conf / tomcat位置[1]的catalina-server.xml中设置代理端口。对于9443端口,您可以设置端口443并重新启动服务器。
[1]-https://docs.wso2.com/display/Carbon440/Adding+a+Custom+Proxy+Path