From feeeb0f05f110ed706b94a1d77469f7772b18997 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 16 Jun 2020 01:06:33 +0200 Subject: [PATCH] fix bug in Collabora 3.6 --- apps/collabora.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/collabora.sh b/apps/collabora.sh index cd193428..085d0c0c 100644 --- a/apps/collabora.sh +++ b/apps/collabora.sh @@ -239,6 +239,10 @@ then # WOPI discovery URL ProxyPass /hosting/discovery https://127.0.0.1:9980/hosting/discovery retry=0 ProxyPassReverse /hosting/discovery https://127.0.0.1:9980/hosting/discovery + + # Endpoint with information about availability of various features + ProxyPass /hosting/capabilities https://127.0.0.1:9980/hosting/capabilities retry=0 + ProxyPassReverse /hosting/capabilities https://127.0.0.1:9980/hosting/capabilities # Main websocket ProxyPassMatch "/lool/(.*)/ws$" wss://127.0.0.1:9980/lool/\$1/ws nocanon