Skip to content

DocumentServerUrl for Onlyoffice should be a subdomain #6657

Answered by szaimen
Buuuntyyy asked this question in Questions
Discussion options

You must be logged in to vote

Hi, actually it is possible to install OnlyOffice in a subpath and a subdomain is not actually required. This is what we are doing here and it works on my test instance. Also see

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Buuuntyyy
Comment options

Answer selected by szaimen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6655 on July 15, 2025 13:01.