From 9c7f392d69a76eab4213b24664dc087b8955a193 Mon Sep 17 00:00:00 2001 From: usanuman <52057554+usanuman@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:07:54 -0500 Subject: [PATCH] override the protocol https reverse proxy http/https issue --- set_configuration.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/set_configuration.sh b/set_configuration.sh index c789af4..a2987ed 100755 --- a/set_configuration.sh +++ b/set_configuration.sh @@ -18,3 +18,5 @@ docker exec -u www-data app-server php occ --no-warnings config:system:set onlyo docker exec -u www-data app-server php occ --no-warnings config:system:set onlyoffice StorageUrl --value="http://nginx-server/" docker exec -u www-data app-server php occ --no-warnings config:system:set allow_local_remote_servers --value=true + +docker exec -u www-data app-server php occ config:system:set overwriteprotocol --value=https