config.yaml 371 B

123456789101112
  1. apisix:
  2. node_listen: 9080 # APISIX listening port
  3. enable_ipv6: false
  4. allow_admin: # http://nginx.org/en/docs/http/ngx_http_access_module.html#allow
  5. - 0.0.0.0/0 # We need to restrict ip access rules for security. 0.0.0.0/0 is for test.
  6. plugin_attr:
  7. prometheus:
  8. export_addr:
  9. ip: "0.0.0.0"
  10. port: 9091