Skip to content

Commit 40738b1

Browse files
authored
docs: fix mixed tab/space indentation in Caddy config example
Assisted-by: Claude Opus 4.6 via Copilot Signed-off-by: Mozi <[email protected]>
1 parent f38210f commit 40738b1

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [Unreleased]
1313

14+
- Fixed mixed tab/space indentation in Caddy documentation code block
15+
1416
<!-- This changes the project to: -->
1517

1618
## v1.25.0: Necron

docs/docs/admin/environments/caddy.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ yourdomain.example.com {
6262
6363
6464
reverse_proxy http://anubis:3000 {
65-
header_up X-Real-Ip {remote_host}
66-
header_up X-Http-Version {http.request.proto}
67-
}
65+
header_up X-Real-Ip {remote_host}
66+
header_up X-Http-Version {http.request.proto}
67+
}
6868
}
6969
```
7070

0 commit comments

Comments
 (0)