mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 08:37:02 +00:00
fix(apache): send X-Forwarded-Prefix for EuroOffice SDK assets (#8290)
This commit is contained in:
@@ -54,7 +54,7 @@ http://{$APACHE_HOST}.nextcloud-aio:23973, # For Collabora callback and WOPI req
|
||||
route /eurooffice/* {
|
||||
uri strip_prefix /eurooffice
|
||||
reverse_proxy {$EUROOFFICE_HOST}:80 {
|
||||
header_up X-Forwarded-Host {http.request.hostport}/eurooffice
|
||||
header_up X-Forwarded-Prefix /eurooffice
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user