plesk-script/README.md

33 lines
734 B
Markdown
Raw Normal View History

2016-12-10 17:17:03 +01:00
### Plesk Onyx Scripts collection
2016-11-22 00:28:59 +01:00
2017-10-09 17:16:27 +02:00
Some script to install / update / improve Plesk Onyx configuration. Tested on Ubuntu 16.04 LTS by default.
2016-12-10 17:17:03 +01:00
Simply run the command to install a script
2017-10-09 17:16:27 +02:00
**Script to compile Nginx from source with TLS 1.3 Support + Brotli**
2017-10-09 17:16:47 +02:00
-----
others modules included :
2017-10-09 17:16:27 +02:00
* 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
To run the script
2016-10-30 14:49:56 +01:00
```
2017-10-09 17:16:27 +02:00
bash <(wget --no-check-certificate -O - https://git.virtubox.net/virtubox/plesk-script/src/master/nginx/build.sh)
2016-11-22 00:28:59 +01:00
```
2017-10-09 17:16:27 +02:00