wayne-cheng opened a new pull request #4967:
URL: https://github.com/apache/apisix/pull/4967


   Signed-off-by: wayne-cheng <[email protected]>
   
   ### What this PR does / why we need it:
   
   This is the next PR from 
https://github.com/apache/apisix/pull/4856#issuecomment-903388170
   It's used to support configurating the admin listening address.
   The config.yaml example as below:
   
   ```yaml
   apisix:
     admin_listen:            # use a separate port
       ip: 127.0.0.2           # Specific IP, if not set, the default value is 
`0.0.0.0`.
       port: 9180
     #port_admin: 9180   # Not recommend: This parameter should be set via the 
`admin_listen`.
   ```
   
   PTAL @spacewander 
   
   ### Pre-submission checklist:
   
   * [x] Did you explain what problem does this PR solve? Or what new features 
have been added?
   * [x] Have you added corresponding test cases?
   * [x] Have you modified the corresponding document?
   * [x] Is this PR backward compatible? **If it is not backward compatible, 
please discuss on the [mailing 
list](https://github.com/apache/apisix/tree/master#community) first**
   


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