Allow customers to enable separate log-file for (sub)domains; fixes #1117
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -647,6 +647,7 @@ return [
|
||||
],
|
||||
'domain' => [
|
||||
'openbasedirpath' => 'OpenBasedir-Pfad',
|
||||
'inherited' => 'Gleich wie Elterndomain',
|
||||
'docroot' => 'Oben angegebener Pfad',
|
||||
'homedir' => 'Heimverzeichnis',
|
||||
'docparent' => 'Elternverzeichnis des oben angegebenen Pfads',
|
||||
|
||||
@@ -714,6 +714,7 @@ return [
|
||||
],
|
||||
'domain' => [
|
||||
'openbasedirpath' => 'OpenBasedir-path',
|
||||
'inherited' => 'Same as parent-domain',
|
||||
'docroot' => 'Path from field above',
|
||||
'homedir' => 'Home directory',
|
||||
'docparent' => 'Parent-directory of path from field above',
|
||||
|
||||
Reference in New Issue
Block a user