diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 39e70ac1b..b54aa9102 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -348,6 +348,20 @@ location /radicale/ { # The trailing / is important! } ``` +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}" + } +} +``` + Example **Apache** configuration: ```apache