fix(apache): send X-Forwarded-Prefix for EuroOffice SDK assets (#8290)

This commit is contained in:
Simon L.
2026-06-09 17:51:02 +02:00
committed by GitHub
+1 -1
View File
@@ -54,7 +54,7 @@ http://{$APACHE_HOST}.nextcloud-aio:23973, # For Collabora callback and WOPI req
route /eurooffice/* { route /eurooffice/* {
uri strip_prefix /eurooffice uri strip_prefix /eurooffice
reverse_proxy {$EUROOFFICE_HOST}:80 { reverse_proxy {$EUROOFFICE_HOST}:80 {
header_up X-Forwarded-Host {http.request.hostport}/eurooffice header_up X-Forwarded-Prefix /eurooffice
} }
} }