Просмотр исходного кода

Set correct values install script generator

MultiPHP is by default no FPM default is yes
Jaap Marcus 2 лет назад
Родитель
Сommit
69685e95aa
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      docs/_data/options.js
  2. 2 2
      docs/docs/introduction/getting-started.md

+ 2 - 2
docs/_data/options.js

@@ -88,13 +88,13 @@ export const options = [
 		flag: 'phpfpm',
 		label: 'PHP-FPM',
 		description: 'Process manager for executing PHP scripts.',
-		default: 'no',
+		default: 'yes',
 	},
 	{
 		flag: 'multiphp',
 		label: 'MultiPHP',
 		description: 'Allows installing multiple PHP versions.',
-		default: 'yes',
+		default: 'no',
 	},
 	{
 		flag: 'vsftpd',

+ 2 - 2
docs/docs/introduction/getting-started.md

@@ -82,8 +82,8 @@ To choose what software gets installed, you can provide flags to the installatio
 
 ```bash
 -a, --apache Install Apache [yes | no] default: yes
--w, --phpfpm Install PHP-FPM [yes | no] default: no
--o, --multiphp Install MultiPHP [yes | no] default: yes
+-w, --phpfpm Install PHP-FPM [yes | no] default: yes
+-o, --multiphp Install MultiPHP [yes | no] default: no
 -v, --vsftpd Install VSFTPD [yes | no] default: yes
 -j, --proftpd Install ProFTPD [yes | no] default: no
 -k, --named Install BIND [yes | no] default: yes