Skip to content

Commit

Permalink
Disable detection of site_url (does not work in all reverse proxy sce…
Browse files Browse the repository at this point in the history
…narios)
  • Loading branch information
torinfo committed Apr 2, 2024
1 parent d261928 commit 4541d5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.php
Expand Up @@ -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();

Expand Down

0 comments on commit 4541d5f

Please sign in to comment.