From bf5a8ebbf952d7f1baf4878849d990ca535a02c6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 18 Dec 2024 15:52:02 +0100 Subject: [PATCH] docs: reload/restart --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index df3431e..13a07cf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Incus dynamic upstreams for Caddy v2+ 🧨 Set the following config on your Incus instance. ```bash +incus launch images:alpine/3.20 incus config set user.caddyserver.http.enable=true incus config set user.caddyserver.http.matchers.host= incus config set user.caddyserver.http.upstream.port= @@ -32,6 +33,13 @@ example.com { } ``` +And then make sure everything gets picked up with a `reload`/`restart`. + +``` +caddy reload +incus restart +``` + ## Notes The plugin responds to the following Incus events: