Merge pull request #9541 from nextcloud/backport/9532/stable24

[stable24] Update Service Discovery example for Caddy …
This commit is contained in:
Daniel 2023-01-11 00:17:17 +01:00 committed by GitHub
commit 592ba118ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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