You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/11/03 13:54:04 UTC

[GitHub] [apisix] idbeta commented on issue #2608: apisix2.0 docker外部请求 403

idbeta commented on issue #2608:
URL: https://github.com/apache/apisix/issues/2608#issuecomment-720921932


   @zlchanger You can modify the config.yaml mounted by the apisix docker image, now the default value has problem, did not consider this situation, you modify it like this:
   `#  allow_admin:                  # http://nginx.org/en/docs/http/ngx_http_access_module.html#allow
     #  - 127.0.0.1/24`
   -->
   `  allow_admin:                  # http://nginx.org/en/docs/http/ngx_http_access_module.html#allow
       - 0.0.0.0/0`
   and restart docker container


----------------------------------------------------------------
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:
users@infra.apache.org