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

This commit is contained in:
markjcrane
2015-10-08 11:03:48 -07:00
parent d0ac25c265
commit d667a31140
2 changed files with 14 additions and 11 deletions

View File

@@ -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";