mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge 2c55e045dd into 54e5ff0bea
This commit is contained in:
commit
cb23534f48
@ -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
|
||||
-------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user