Skip to content
New issue

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

Got 404 when run caddy_install.sh #7

Open
mingyuans opened this issue May 17, 2021 · 0 comments
Open

Got 404 when run caddy_install.sh #7

mingyuans opened this issue May 17, 2021 · 0 comments

Comments

@mingyuans
Copy link

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant