nic-chen commented on a change in pull request #1824:
URL: https://github.com/apache/apisix-dashboard/pull/1824#discussion_r622008967
##########
File path: api/conf/conf.yaml
##########
@@ -15,12 +15,21 @@
# limitations under the License.
#
+# yamllint disable rule:comments-indentation
conf:
- listen: # yamllint disable rule:comments-indentation
+ listen:
# host: 127.0.0.1 # the address on which the `Manager API` should
listen.
# The default value is 0.0.0.0, if want to specify,
please enable it.
# This value accepts IPv4, IPv6, and hostname.
port: 9000 # The port on which the `Manager API` should listen.
+
+ # ssl:
+ # host: 127.0.0.1 # the address on which the `Manager API` should
listen for HTTPS.
+ # The default value is 0.0.0.0, if want to specify,
please enable it.
Review comment:
sure. we may support mTLS in the future.
--
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]