spacewander commented on a change in pull request #4856:
URL: https://github.com/apache/apisix/pull/4856#discussion_r693594682
##########
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:
Multiple admin ports are useless. You only need to set one in the API
client.
--
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]