move 'enable http/2' setting from froxlor-vhost-settings to webserver-settings, fixes #575
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -80,19 +80,6 @@ return array(
|
|||||||
'save_method' => 'storeSettingField',
|
'save_method' => 'storeSettingField',
|
||||||
'visible' => Settings::Get('system.use_ssl')
|
'visible' => Settings::Get('system.use_ssl')
|
||||||
),
|
),
|
||||||
'system_http2_support' => array(
|
|
||||||
'label' => $lng['serversettings']['http2_support'],
|
|
||||||
'settinggroup' => 'system',
|
|
||||||
'varname' => 'http2_support',
|
|
||||||
'type' => 'bool',
|
|
||||||
'default' => false,
|
|
||||||
'save_method' => 'storeSettingField',
|
|
||||||
'websrv_avail' => array(
|
|
||||||
'apache2',
|
|
||||||
'nginx'
|
|
||||||
),
|
|
||||||
'visible' => Settings::Get('system.use_ssl')
|
|
||||||
),
|
|
||||||
/**
|
/**
|
||||||
* FCGID
|
* FCGID
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -60,6 +60,19 @@ return array(
|
|||||||
'apache2'
|
'apache2'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
'system_http2_support' => array(
|
||||||
|
'label' => $lng['serversettings']['http2_support'],
|
||||||
|
'settinggroup' => 'system',
|
||||||
|
'varname' => 'http2_support',
|
||||||
|
'type' => 'bool',
|
||||||
|
'default' => false,
|
||||||
|
'save_method' => 'storeSettingField',
|
||||||
|
'websrv_avail' => array(
|
||||||
|
'apache2',
|
||||||
|
'nginx'
|
||||||
|
),
|
||||||
|
'visible' => Settings::Get('system.use_ssl')
|
||||||
|
),
|
||||||
'system_httpuser' => array(
|
'system_httpuser' => array(
|
||||||
'label' => $lng['admin']['webserver_user'],
|
'label' => $lng['admin']['webserver_user'],
|
||||||
'settinggroup' => 'system',
|
'settinggroup' => 'system',
|
||||||
|
|||||||
Reference in New Issue
Block a user