membphis commented on issue #1195:
URL: https://github.com/apache/apisix/issues/1195#issuecomment-706806136
support multiple listening ports, there are three styles:
> style 1
```yaml
apisix:
node_listen:
- 9080
- 9081
- 9082
```
> style 2
```yaml
apisix:
node_listen: 9080 9081 9082
```
> style 3
```yaml
apisix:
node_listen: 9080, 9081, 9082
```
Which is the one you would like?
I vote to `2` and `3`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]