Skip to content

Commit 69685e9

Browse files
committed
Set correct values install script generator
MultiPHP is by default no FPM default is yes
1 parent 07cdd92 commit 69685e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/_data/options.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ export const options = [
8888
flag: 'phpfpm',
8989
label: 'PHP-FPM',
9090
description: 'Process manager for executing PHP scripts.',
91-
default: 'no',
91+
default: 'yes',
9292
},
9393
{
9494
flag: 'multiphp',
9595
label: 'MultiPHP',
9696
description: 'Allows installing multiple PHP versions.',
97-
default: 'yes',
97+
default: 'no',
9898
},
9999
{
100100
flag: 'vsftpd',

docs/docs/introduction/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ To choose what software gets installed, you can provide flags to the installatio
8282

8383
```bash
8484
-a, --apache Install Apache [yes | no] default: yes
85-
-w, --phpfpm Install PHP-FPM [yes | no] default: no
86-
-o, --multiphp Install MultiPHP [yes | no] default: yes
85+
-w, --phpfpm Install PHP-FPM [yes | no] default: yes
86+
-o, --multiphp Install MultiPHP [yes | no] default: no
8787
-v, --vsftpd Install VSFTPD [yes | no] default: yes
8888
-j, --proftpd Install ProFTPD [yes | no] default: no
8989
-k, --named Install BIND [yes | no] default: yes

0 commit comments

Comments
 (0)