be sure the nginx-fastcgi_param file is a file; refs #1192

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p) 2013-04-14 19:56:20 +02:00
parent fb045c3fe1
commit df56cc45fe

View File

@ -152,6 +152,7 @@ return array(
'settinggroup' => 'nginx',
'varname' => 'fastcgiparams',
'type' => 'string',
'string_type' => 'file',
'default' => '/etc/nginx/fastcgi_params',
'save_method' => 'storeSettingField',
'websrv_avail' => array('nginx')