Update README.md

This commit is contained in:
VirtuBox 2018-02-07 00:46:35 +01:00 committed by GitHub
parent 6fc88afb7b
commit e0f0a9fadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,12 @@ wget -qO ee rt.cx/ee && bash ee
ee stack install
ee stack install --php7 --redis --admin --phpredisadmin
```
**9) Set custom conf for php**
```
# PHP 7.0 CLI & FPM
wget -O /etc/php/7.0/cli/php.ini https://raw.githubusercontent.com/VirtuBox/ubuntu-nginx-web-server/master/etc/php/7.0/cli/php.ini
wget -O /etc/php/7.0/fpm/php.ini https://raw.githubusercontent.com/VirtuBox/ubuntu-nginx-web-server/master/etc/php/7.0/fpm/php.ini
```
**9) Add custom configuration for fail2ban**
```