wayne-cheng commented on a change in pull request #4856:
URL: https://github.com/apache/apisix/pull/4856#discussion_r693596527



##########
File path: apisix/cli/ngx_tpl.lua
##########
@@ -399,7 +399,11 @@ http {
     {% if enable_admin and port_admin then %}
     server {
         {%if https_admin then%}
-        listen {* port_admin *} ssl;
+        {% for _, item in ipairs(ssl.listen) do %}

Review comment:
       I did not change the config `port_admin`. It is still the same as 
before, only one `port_admin` can be set. 
   The idea is to match the specific ip in the config `node_listen`,not for 
multiple ports.




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


Reply via email to