Browse Source

Change xml handler load balancing to xml_handler/resources/scripts/directory/directory.lua["fs_path"]

markjcrane 10 years ago
parent
commit
5385378c63
1 changed files with 4 additions and 1 deletions
  1. 4 1
      core/databases/app_defaults.php

+ 4 - 1
core/databases/app_defaults.php

@@ -189,7 +189,10 @@ if ($domains_processed == 1) {
 			$tmp .= "	expire[\"languages\"] = \"3600\";\n";
 			$tmp .= "	expire[\"sofia.conf\"] = \"3600\";\n";
 			$tmp .= "	expire[\"acl.conf\"] = \"3600\";\n";
-			$tmp .= "	load_balancing = false;\n";
+			$tmp .= "\n";
+			$tmp .= "--set xml_handler\n";
+			$tmp .= "	xml_handler = {}\n";
+			$tmp .= "	xml_handler[\"fs_path\"] = false;\n";
 			$tmp .= "\n";
 			$tmp .= "--set the debug options\n";
 			$tmp .= "	debug[\"params\"] = false;\n";