soulsoul commented on issue #1195: feature: support multiple ports like stream 
listen in http and https listen port.
URL: 
https://github.com/apache/incubator-apisix/issues/1195#issuecomment-596054212
 
 
   that means:  you want apisix can support multiple ports to start.  now 
apisix just can start up on one port by the  config parameter "node_listen ".  
just for the configuration in nginx
   server {
        listen  9080  9081  9082;
        listen  9443  ssl  https2;
   }
   is it right ?
   @wwd5613 
   
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to