hf400159 commented on code in PR #6736: URL: https://github.com/apache/apisix/pull/6736#discussion_r854762301
########## docs/zh/latest/FAQ.md: ########## @@ -334,21 +351,21 @@ Example: luarocks install luasec OPENSSL_DIR=/usr/local make: *** [deps] Error 1 ``` -## 如何通过 APISIX 代理访问 APISIX Dashboard +这是由于缺少 OpenResty openssl 开发工具包。要安装它,请参考[installation dependencies](install-dependencies.md)。 + +## 我应该如何通过 APISIX 代理访问 APISIX Dashboard -1、保持 APISIX 代理端口和 Admin API 端口不同(或禁用 Admin API)。例如,在 `conf/config.yaml` 中做如下配置。 +您可以按照以下步骤进行配置: -Admin API 使用独立端口 9180: +1. 为 Apache APISIX 代理和管理 API 配置不同的端口。或者,禁用管理 API。 Review Comment: ```suggestion 1. 为 Apache APISIX 代理和 Admin API 配置不同的端口,或者禁用 Admin API。 ``` -- 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]
