From f5c315c9df0675e7b91bbedead9d1eb079b53516 Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Mon, 18 Sep 2023 13:49:12 +0200 Subject: [PATCH] Fix: Caddyfile syntax broken in 2.7.4 The syntax of the Caddyfile documented in the quick install guides is broken in Caddy 2.7.4. This removes the unused `on_demand` section from the configuration, restoring compatibility with newer versions of Caddy. We maintain the `on_demand_tls` section in case we may re-enable wildcard domains on the default config. --- doc/INSTALL-Debian-11.md | 3 --- doc/INSTALL-Debian-12.md | 3 --- doc/INSTALL-Ubuntu-22.04.md | 3 --- 3 files changed, 9 deletions(-) diff --git a/doc/INSTALL-Debian-11.md b/doc/INSTALL-Debian-11.md index 5d2d3f00c..03c940f96 100644 --- a/doc/INSTALL-Debian-11.md +++ b/doc/INSTALL-Debian-11.md @@ -121,9 +121,6 @@ cat >/etc/caddy/Caddyfile </etc/caddy/Caddyfile </etc/caddy/Caddyfile <