Skip to content

Commit 37c59b4

Browse files
committed
Update Caddy note
1 parent 7a060ea commit 37c59b4

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

src/content/notes/how-to-caddy-on-openbsd.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "How To: Caddy (on OpenBSD)"
33
dateCreated: 2025-12-17
4-
dateUpdated: 2025-12-17
4+
dateUpdated: 2025-12-23
55
---
66

77
## Preamble
@@ -72,8 +72,8 @@ relayd, so you might not even want to use Caddy on OpenBSD to begin with.
7272
```
7373

7474
**Note:** These are only example commands, maybe you want to transfer the
75-
files using rsync or you may want to automate the whole thing via CI/CD, you
76-
do you.
75+
files using rsync, automate the whole thing with CI/CD, or manually place the
76+
files via sneakernet, you do you.
7777

7878
3. Create log directory for Caddy:
7979

@@ -90,7 +90,7 @@ relayd, so you might not even want to use Caddy on OpenBSD to begin with.
9090
5. Support `configtest` action:
9191

9292
```console
93-
doas vi `/etc/rc.d/caddy`
93+
doas vi /etc/rc.d/caddy
9494
```
9595

9696
Then, add the following before the `rc_start` function:
@@ -259,3 +259,9 @@ relayd, so you might not even want to use Caddy on OpenBSD to begin with.
259259
- <https://man.openbsd.org/pf.conf.5>
260260
- <https://fabiolb.net/faq/binding-to-low-ports/#openbsdfreebsdnetbsd>
261261
- <https://man.openbsd.org/pfctl.8>
262+
263+
## Changelog
264+
265+
- December 23, 2025
266+
- Minor update to step 2 note
267+
- Fix step 5 command

0 commit comments

Comments
 (0)