Replies: 1 comment
-
https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L24 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
项目采用的微前端方式进行部署,所有请求都是http://ip:9999/path 这样一个形式发起的,之前是采用Nginx对9999端口进行监听转发,这个在APISIX中需要怎么处理呢?目前我们的APISIX只有请求到9080端口才能被监听到,这个是需要去修改前端请求地址吗?还是说可以不用修改前端代码能够通过APISIX处理?
Beta Was this translation helpful? Give feedback.
All reactions