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
caddy_install.sh uses "https://caddyserver.com/download/linux/amd64${extension_all}" to download caddy. But unfortunately, You will get a 404. Because caddyserver.com stop to support it.
You can get the new tar.gz from here: https://github.com/caddyserver/caddy
For example, replace "https://caddyserver.com/download/linux/amd64${extension_all}" with "https://github.com/caddyserver/caddy/releases/download/v2.4.0/caddy_2.4.0_linux_amd64.tar.gz".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
caddy_install.sh uses "https://caddyserver.com/download/linux/amd64${extension_all}" to download caddy. But unfortunately, You will get a 404. Because caddyserver.com stop to support it.
How to fix it?
You can get the new tar.gz from here: https://github.com/caddyserver/caddy
For example, replace "https://caddyserver.com/download/linux/amd64${extension_all}" with "https://github.com/caddyserver/caddy/releases/download/v2.4.0/caddy_2.4.0_linux_amd64.tar.gz".
The text was updated successfully, but these errors were encountered: