removed stray mention of php7.2
This commit is contained in:
@ -95,7 +95,7 @@ As time syncronisation is important, you should configure ntp servers in /etc/sy
|
|||||||
To create all required tor and php instances run the following commands:
|
To create all required tor and php instances run the following commands:
|
||||||
```
|
```
|
||||||
for instance in 2 3 4 5 6 7 a b c d e f g h i j k l m n o p q r s t u v w x y z; do(tor-instance-create $instance) done
|
for instance in 2 3 4 5 6 7 a b c d e f g h i j k l m n o p q r s t u v w x y z; do(tor-instance-create $instance) done
|
||||||
for instance in default 2 3 4 5 6 7 a b c d e f g h i j k l m n o p q r s t u v w x y z; do(systemctl enable php7.2-fpm@$instance; systemctl enable php7.3-fpm@$instance;) done
|
for instance in default 2 3 4 5 6 7 a b c d e f g h i j k l m n o p q r s t u v w x y z; do(systemctl enable php7.3-fpm@$instance;) done
|
||||||
```
|
```
|
||||||
|
|
||||||
For web based mail management grab the latest squirrelmail and install it in /var/www/html/squirrelmail:
|
For web based mail management grab the latest squirrelmail and install it in /var/www/html/squirrelmail:
|
||||||
|
Reference in New Issue
Block a user