This commit is contained in:
Jeff Matson 2025-10-23 12:19:07 -04:00 committed by GitHub
commit cb23534f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,20 @@ Caddy
reverse_proxy {$NEXTCLOUD_HOST:localhost}
}
Pomerium
^^^^^^^^
::
- from: https://subdomain.example.com
path: /.well-known/carddav
redirect:
path_redirect: /remote.php/dav/
- from: https://subdomain.example.com
path: /.well-known/caldav
redirect:
path_redirect: /remote.php/dav/
Thanks to `@JeffMatson <https://github.com/JeffMatson>`_ for Pomerium example.
Example
-------