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';
|
||||
|
||||
Reference in New Issue
Block a user