我试图在Amazon上安装OpenResty,但没有多少运气。
我遵循了在网站上使用yum安装的说明:https://openresty.org/en/linux-packages.html
但我得到了以下错误:
https://openresty.org/package/centos/latest/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
任何帮助都将不胜感激。
发布于 2018-04-19 10:50:28
啊,我的错。原来我用的是Centos回购。需要使用Amazon回购:
sudo yum-config-manager --add-repo https://openresty.org/package/amazon/openresty.repo
https://serverfault.com/questions/908471
复制相似问题