Merge pull request #11799 from Sylonin/patch-1

Add missing trailing slashes in Caddy redirects
This commit is contained in:
Daniel 2024-05-13 12:12:29 +02:00 committed by GitHub
commit 9cdf0175a6
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}
}