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


   Maybe the install-dependencies.md is not right about install openresty on 
centos7. 
   you can see if the openresty existed, if not, you can resolved like that:
   ```shell
   wget https://openresty.org/package/centos/openresty.repo
   sudo mv openresty.repo /etc/yum.repos.d/
   sudo yum check-update
   sudo yum install openresty
   ```
   


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


Reply via email to