From 167273d7047b0a34a4a67cb577865b65e9769112 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 11 Apr 2025 08:25:15 -0400 Subject: [PATCH] Fix Caddy run example --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 53d4934..457d9d6 100644 --- a/USAGE.md +++ b/USAGE.md @@ -43,7 +43,7 @@ $ ./scripts/run.sh Kawari is useless if it's not behind a domain or other address accessible to a launcher. Even something like Caddy is good enough, and we provide an example setup in the root of the repository. ```shell -$ caddy run resources/Caddyfile +$ caddy run --config resources/Caddyfile ``` This Caddyfile hosts several domains, most notably `ffxiv.localhost`, on port 80. If you get a "permission denied" error starting Caddy, you must either start Caddy with elevated privileges or set the `CAP_NET_BIND_SERVICE` capability. See [here](https://caddyserver.com/docs/quick-starts/caddyfile) for more information on how to do this.