Tobias
(Tobias)
#1
The last installation of caddy 11.3 crashed my caddy. Caddy is not starting anymore.
And when I want to do the installation again with curl I get the following error:
curl: (22) The requested URL returned error: 500 Internal Server Error
Aborted, error 22 in command: curl -fsSL “$caddy_url” -u “$CADDY_ACCOUNT_ID:$CADDY_API_KEY” -o “$dl”
I use the provided one step installer… Do you know what to do here?
Tobias
(Tobias)
#2
the reason is that Hugo in my Caddyfile does not work anymore with the update.
Hi @Tobias,
Hugo has been removed, as of Caddy version 0.11.2.
0.11.2 (January 16, 2019)
- […]
- Removed third-party plugins: jekyll, hugo
—https://github.com/mholt/caddy/releases
You can still use Hugo via File Browser, but the hugo
directive is gone. The author made a forum post addressing this:
3 Likes