all-in-one/Containers/apache/caddy-imports/onlyoffice

9 lines
226 B
Text
Raw Normal View History

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