mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-23 16:06:51 +00:00
8 lines
226 B
Text
8 lines
226 B
Text
# 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
|
|
}
|
|
}
|