From 4541d5f1979b5d43f4fecae0a599d2d4c2febad9 Mon Sep 17 00:00:00 2001 From: Tom Reijnders Date: Tue, 2 Apr 2024 10:52:42 +0200 Subject: [PATCH] Disable detection of site_url (does not work in all reverse proxy scenarios) --- config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.php b/config.php index 4debe30f9..eb7166b39 100644 --- a/config.php +++ b/config.php @@ -200,7 +200,8 @@ } $site_url = $scheme . $host . $subdir; -$xerte_toolkits_site->site_url = $site_url; +// Not yet in Master, this does NOT work in all reverse proxy scenarios +//$xerte_toolkits_site->site_url = $site_url; $learning_objects = new StdClass();