make fpm socket directory a setting, fixes #1300
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -1975,4 +1975,6 @@ $lng['panel']['dashboard'] = "Dashboard";
|
||||
$lng['panel']['used'] = "used";
|
||||
$lng['panel']['assigned'] = "assigned";
|
||||
$lng['panel']['available'] = "available";
|
||||
$lng['customer']['services'] = "Services";
|
||||
$lng['customer']['services'] = "Services";
|
||||
$lng['serversettings']['phpfpm_settings']['ipcdir']['title'] = 'FastCGI IPC directory';
|
||||
$lng['serversettings']['phpfpm_settings']['ipcdir']['description'] = 'The directory where the php-fpm sockets will be stored by the webserver.<br />This directory has to be readable for the webserver';
|
||||
|
||||
@@ -1701,4 +1701,6 @@ $lng['panel']['dashboard'] = "Dashboard";
|
||||
$lng['panel']['used'] = "genutzt";
|
||||
$lng['panel']['assigned'] = "zugewiesen";
|
||||
$lng['panel']['available'] = "verfügbar";
|
||||
$lng['customer']['services'] = "Dienste";
|
||||
$lng['customer']['services'] = "Dienste";
|
||||
$lng['serversettings']['phpfpm_settings']['ipcdir']['title'] = 'FastCGI IPC Verzeichnis';
|
||||
$lng['serversettings']['phpfpm_settings']['ipcdir']['description'] = 'In dieses Verzeichnis werden die php-fpm Sockets vom Webserver abgelegt.<br />Das Verzeichnis muss für den Webserver lesbar sein.';
|
||||
|
||||
Reference in New Issue
Block a user