contrib/apache,caddy: extend URI for no-auth

This commit is contained in:
Peter Bieringer
2026-03-22 21:28:55 +01:00
parent 45a6990352
commit 62a8189917
2 changed files with 13 additions and 13 deletions

View File

@@ -11,13 +11,13 @@ caldav.example.com {
redir @get-root /.web/
# Do not auth on /.web/*
@not-webui {
not path /.web/*
# Do not auth on /.web/* or /.token/*
@not-auth {
not path /.web/* /.token/*
}
# disable this in case authentication is handled by Radicale
basic_auth @not-webui {
basic_auth @not-auth {
USER HASH
}