mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Add example for pomerium
Signed-off-by: Jeff Matson <jeff@jeffmatson.net>
This commit is contained in:
parent
d41aa8f956
commit
2c55e045dd
@ -136,7 +136,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