Skip to content

Commit

Permalink
no need to specify caddy adapter
Browse files Browse the repository at this point in the history
caddy 2.8.4 fixed an issue with detecting caddyfiles, so we no longer
need to explicitly specify the adapter type, since all of our config
files end in `.caddyfile`.

Signed-off-by: Will Norris <will@tailscale.com>
  • Loading branch information
willnorris committed Jun 5, 2024
1 parent f2562ba commit 60f3cc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ See the comments in the individual files for details.
Run them with:

```
TS_AUTHKEY=<tskey-auth-XXXXX> \
./caddy run -a caddyfile -c examples/<file>
TS_AUTHKEY=<tskey-auth-XXXXX> ./caddy run -c examples/<file>
```

[examples directory]: ./examples/
Expand Down

0 comments on commit 60f3cc4

Please sign in to comment.