wayne-cheng commented on pull request #4856:
URL: https://github.com/apache/apisix/pull/4856#issuecomment-903381292
@spacewander
Please see this after that code:
```lua
{% if item.only_admin then %}
listen {* item.ip *}:{* item.port *} ssl;
{% end %}
```
In my environment, the apisix bind the VIP. If the `port_admin` is bound to
all IP addresses, those programs with the same port but different IP will not
work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]