mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-21 15:06:50 +00:00
fix a few things
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
55f4a8ec7f
commit
90ba2f7e92
5 changed files with 30 additions and 20 deletions
|
|
@ -34,7 +34,9 @@
|
|||
# Onlyoffice
|
||||
route /onlyoffice/* {
|
||||
uri strip_prefix /onlyoffice
|
||||
reverse_proxy {$ONLYOFFICE_HOST}:80
|
||||
reverse_proxy {$ONLYOFFICE_HOST}:80 {
|
||||
header_up X-Forwarded-Host {http.request.host}/onlyoffice
|
||||
}
|
||||
}
|
||||
|
||||
# Nextcloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue