refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / caddy / README.md
index dbffbbff633428f7506a3bf1defad6ce05e15320..d674bc3219471670be08bef825ff77a3d75f4a52 100644 (file)
@@ -5,13 +5,8 @@ tagline: |
   Caddy is a fast, multi-platform web server with automatic HTTPS.
 ---
 
-## Updating `caddy`
-
-```bash
-webi caddy@stable
-```
-
-Use the `@beta` tag for pre-releases, or `@x.y.z` for a specific version.
+To update or switch versions, run `webi caddy@stable` (or `@v2.4`, `@beta`,
+etc).
 
 ## Cheat Sheet
 
@@ -100,7 +95,7 @@ Using a user named `app` to run your services is common industry convention.
 You can use `setcap` to allow Caddy to use privileged ports.
 
 ```bash
-sudo setcap cap_net_bind_service=+ep $(readlink $(command -v caddy))
+sudo setcap cap_net_bind_service=+ep $(readlink -f $(command -v caddy))
 ```
 
 **systemd config**