mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-19 14:26:51 +00:00
Fix Caddy run example
This commit is contained in:
parent
f3089a2704
commit
167273d704
1 changed files with 1 additions and 1 deletions
2
USAGE.md
2
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue