nic-chen opened a new pull request #1767:
URL: https://github.com/apache/apisix-dashboard/pull/1767


   Please answer these questions before submitting a pull request, **or your PR 
will get closed**.
   
   **Why submit this pull request?**
   
   - [ ] Bugfix
   - [ ] New feature provided
   - [ ] Improve performance
   - [ ] Backport patches
   
   The configuration item `listen.host` in conf.yaml often confuses users, 
because when the configuration dashboard can be accessed non-locally, two 
places need to be modified (the other place is allow_list).
   remove the `listen.host` configuration item from conf.yaml, but retain the 
feature, and users can add it when they need it.
   
   **What changes will this PR take into?**
   
   remove listen.host from api/conf/conf.yaml
   set ServerHost in the code to an empty string
   
   **Related issues**
   
   fix/resolve #1743
   
   **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?
   - [ ] Have you modified the corresponding document?
   - [x] Is this PR backward compatible? If it is not backward compatible, 
please discuss on the mailing list 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to