diff --git a/Containers/apache/Caddyfile b/Containers/apache/Caddyfile index 6862ba95..3bc33022 100644 --- a/Containers/apache/Caddyfile +++ b/Containers/apache/Caddyfile @@ -22,25 +22,13 @@ # Collabora route /browser/* { - reverse_proxy https://{$COLLABORA_HOST}:9980 { - transport http { - tls_insecure_skip_verify - } - } + reverse_proxy {$COLLABORA_HOST}:9980 } route /hosting/* { - reverse_proxy https://{$COLLABORA_HOST}:9980 { - transport http { - tls_insecure_skip_verify - } - } + reverse_proxy {$COLLABORA_HOST}:9980 } route /cool/* { - reverse_proxy https://{$COLLABORA_HOST}:9980 { - transport http { - tls_insecure_skip_verify - } - } + reverse_proxy {$COLLABORA_HOST}:9980 } # Nextcloud diff --git a/php/containers.json b/php/containers.json index 0dbd5cdd..b9d423ef 100644 --- a/php/containers.json +++ b/php/containers.json @@ -179,7 +179,8 @@ "NC_DOMAIN=%NC_DOMAIN%", "TURN_SECRET=%TURN_SECRET%", "SIGNALING_SECRET=%SIGNALING_SECRET%", - "JANUS_API_KEY=%JANUS_API_KEY%" + "JANUS_API_KEY=%JANUS_API_KEY%", + "extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:logging.level=warning" ], "volumes": [], "secrets": [