We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大家有没有遇到类似的问题呢
The text was updated successfully, but these errors were encountered:
偶爾會發生 502 Bad Gateway
<html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.14.0 (Ubuntu)</center> </body> </html>
我的解決方式,最後在清除掉多餘的錯誤 0 */1 * * * /usr/bin/sed -i "/# GitHub520 Host Start/Q" /etc/hosts && curl https://raw.hellogithub.com/hosts >> /etc/hosts && /usr/bin/sed -i "/<html>/, /<\/html>/d" /etc/hosts
0 */1 * * * /usr/bin/sed -i "/# GitHub520 Host Start/Q" /etc/hosts && curl https://raw.hellogithub.com/hosts >> /etc/hosts && /usr/bin/sed -i "/<html>/, /<\/html>/d" /etc/hosts
Sorry, something went wrong.
我这边测试发现用 curl 会有类似的问题,后面改用 wget 后没有了 我在 systemd 中增加两个下载地址,也是防止主连接挂掉后无法更新,可以通过第二个连接获取更新。#212
No branches or pull requests
大家有没有遇到类似的问题呢
The text was updated successfully, but these errors were encountered: