mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #9539 from nextcloud/backport/9532/stable25
[stable25] Update Service Discovery example for Caddy …
This commit is contained in:
commit
0437dc2ad4
@ -141,8 +141,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}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user