mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-20 14:15:54 +00:00
Add missing trailing slashes in Caddy redirects
Signed-off-by: Syl <gh@sperg.net>
This commit is contained in:
@ -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}
|
||||
}
|
||||
|
Reference in New Issue
Block a user