Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick authored and pbiering committed Oct 28, 2024
1 parent 7c97965 commit 278b649
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,13 +352,13 @@ Example **Caddy** configuration with basicauth from Caddy:

```Caddy
handle_path /radicale* {
basicauth {
user hash
}
reverse_proxy localhost:5232 {
header_up +X-Script-Name "/radicale"
header_up +X-remote-user "{http.auth.user.id}"
}
basicauth {
user hash
}
reverse_proxy localhost:5232 {
header_up +X-Script-Name "/radicale"
header_up +X-remote-user "{http.auth.user.id}"
}
}
```

Expand Down

0 comments on commit 278b649

Please sign in to comment.