Update 'README.md'

This commit is contained in:
virtubox 2017-10-09 15:16:27 +00:00
parent 7ee93b754a
commit 664c0c27f8
1 changed files with 21 additions and 10 deletions

View File

@ -1,17 +1,28 @@
### Plesk Onyx Scripts collection
Some script to install / update / improve Plesk Onyx configuration. Tested for debian 8 jessie by default.
Some script to install / update / improve Plesk Onyx configuration. Tested on Ubuntu 16.04 LTS by default.
Simply run the command to install a script
### plesk redis-server install
This script install redis-server and the PHP PECL extension for redis.
```
bash <(wget --no-check-certificate -O - https://git.virtubox.net/virtubox/plesk-script/raw/master/redis-cache.sh)
```
This script install memcached and the PHP PECL extension for memcached.
**Script to compile Nginx from source with TLS 1.3 Support + Brotli**
modules added :
* ngx_cache_purge
* memc-nginx-module
* headers-more-nginx-module
* ngx_devel_kit
* echo-nginx-module
* redis2-nginx-module
* ngx_http_redis-0.3.8
* srcache-nginx-modul
* set-misc-nginx-module
* ngx_coolkit
* ngx_slowfs_cache
* ngx_http_substitutions_filter_module
* nginxdynamic_tls_records_1.11.5
### plesk-php7 memcached extension and memcached
To run the script
```
bash <(wget --no-check-certificate -O - https://git.virtubox.net/virtubox/plesk-script/raw/master/memcached.sh)
```
bash <(wget --no-check-certificate -O - https://git.virtubox.net/virtubox/plesk-script/src/master/nginx/build.sh)
```