mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
gaddyfile reverse_proxy example
Added a Caddy reverse_proxy example Signed-off-by: serafdev <fares@seraf.dev>
This commit is contained in:
parent
3535d8acde
commit
a26d5d2555
@ -78,6 +78,19 @@ Traefik
|
||||
|
||||
Thanks to `@pauvos <https://github.com/pauvos>`_ for traefik example.
|
||||
|
||||
CADDY
|
||||
^^^^^
|
||||
::
|
||||
|
||||
subdomain.example.com {
|
||||
reverse_proxy /.well-known/carddav {$NEXTCLOUD_HOST:localhost}/remote.php/dav
|
||||
|
||||
reverse_proxy /.well-known/caldav {$NEXTCLOUD_HOST:localhost}/remote.php/dav
|
||||
|
||||
reverse_proxy * {$NEXTCLOUD_HOST:localhost}
|
||||
}
|
||||
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user