# 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
    }
}
