mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Formatting
This commit is contained in:
parent
701a9794bc
commit
fa6ec95e8c
1 changed files with 7 additions and 7 deletions
|
@ -348,13 +348,13 @@ Example **Caddy** configuration with basicauth from Caddy:
|
||||||
|
|
||||||
```Caddy
|
```Caddy
|
||||||
handle_path /radicale* {
|
handle_path /radicale* {
|
||||||
basicauth {
|
basicauth {
|
||||||
user hash
|
user hash
|
||||||
}
|
}
|
||||||
reverse_proxy localhost:5232 {
|
reverse_proxy localhost:5232 {
|
||||||
header_up +X-Script-Name "/radicale"
|
header_up +X-Script-Name "/radicale"
|
||||||
header_up +X-remote-user "{http.auth.user.id}"
|
header_up +X-remote-user "{http.auth.user.id}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue