Add missing trailing slashes in Caddy redirects

Signed-off-by: Syl <gh@sperg.net>
This commit is contained in:
Syl 2024-05-08 22:19:53 +01:00 committed by GitHub
parent b19238b55c
commit 77a3aa27ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,8 +140,8 @@ Caddy
::
subdomain.example.com {
redir /.well-known/carddav /remote.php/dav 301
redir /.well-known/caldav /remote.php/dav 301
redir /.well-known/carddav /remote.php/dav/ 301
redir /.well-known/caldav /remote.php/dav/ 301
reverse_proxy {$NEXTCLOUD_HOST:localhost}
}