Skip to content

Commit

Permalink
Merge branch 'master' of github.com:virtualmin/virtualmin-nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Dec 4, 2020
2 parents 26a7af0 + 39c19df commit dae61ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualmin-nginx-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ sub setup_php_fcgi_server
my $name = &init_script_name($d);
my $envs = join(" ", map { $_."=".$envs_to_set->{$_} } keys %$envs_to_set);
&init::enable_at_boot($name,
"Start Nginx PHP fcgi server for $d->{'dom'}",
"Starts Nginx PHP FastCGI server for $d->{'dom'} (Virtualmin)",
&command_as_user($d->{'user'}, 0,
"$envs $cmd >>$log 2>&1 </dev/null")." & echo \$! >$pidfile && chmod +r $pidfile",
&command_as_user($d->{'user'}, 0,
Expand Down

0 comments on commit dae61ab

Please sign in to comment.