make path to nginx's fastcgi_params customizable, fixes #1153
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -1930,3 +1930,5 @@ $lng['serversettings']['catchall_enabled']['description'] = 'Do you want to pro
|
||||
// ADDED IN 0.9.28.svn6
|
||||
$lng['serversettings']['apache_24'] = 'Use modifications for Apache 2.4';
|
||||
$lng['admin']['tickets_see_all'] = 'Can see all ticket-categories?';
|
||||
$lng['serversettings']['nginx_fastcgiparams']['title'] = 'Path to fastcgi_params file';
|
||||
$lng['serversettings']['nginx_fastcgiparams']['description'] = 'Specify the path to nginx\'s fastcgi_params file including filename';
|
||||
|
||||
@@ -1655,3 +1655,5 @@ $lng['serversettings']['catchall_enabled']['description'] = 'Möchten Sie Ihren
|
||||
// ADDED IN 0.9.28.svn6
|
||||
$lng['serversettings']['apache_24'] = 'Anpassungen für Apache 2.4 verwenden';
|
||||
$lng['admin']['tickets_see_all'] = 'Kann alle Ticket-Kategorien sehen?';
|
||||
$lng['serversettings']['nginx_fastcgiparams']['title'] = 'Pfad zur fastcgi_params Datei';
|
||||
$lng['serversettings']['nginx_fastcgiparams']['description'] = 'Geben Sie den Pfad zu nginx\'s fastcgi_params Datei an. Inlkusive Dateiname!';
|
||||
|
||||
Reference in New Issue
Block a user