Add document_root to config.lua.
This commit is contained in:
parent
4db29e27a0
commit
3e9161dff7
|
|
@ -135,6 +135,7 @@ if ($domains_processed == 1) {
|
|||
else {
|
||||
$tmp .= " php_bin = \"php\";\n";
|
||||
}
|
||||
$tmp .= " document_root = \"".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."\";\n";
|
||||
$tmp .= "\n";
|
||||
$tmp .= "--database information\n";
|
||||
$tmp .= " database = {}\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue