Files
nextcloud/Containers/apache/caddy-imports/onlyoffice
2023-05-19 14:07:22 +02:00

9 lines
226 B
Plaintext

# Onlyoffice
route /onlyoffice/* {
uri strip_prefix /onlyoffice
reverse_proxy {$ONLYOFFICE_HOST}:80 {
header_up X-Forwarded-Host {http.request.host}/onlyoffice
header_up X-Forwarded-Proto https
}
}