File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ Compile and install the latest nginx release with EasyEngine
1616
1717## Additional modules
1818
19- Nginx current release : ** v1.13.11 **
19+ Nginx current release : ** v1.13.12 **
2020
2121* ngx_cache_purge
2222* memcached_nginx_module
2323* headers-more-nginx-module
2424* ngx_coolkit
25- * ngx_brotli (brotli v1.0.2)
25+ * ngx_brotli
2626* redis2-nginx-module
2727* srcache-nginx-module
2828* ngx_http_substitutions_filter_module
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ Compile and install the latest nginx release with EasyEngine
1616
1717## Additional modules
1818
19- Nginx current release : ** v1.13.11 **
19+ Nginx current release : ** v1.13.12 **
2020
2121* ngx_cache_purge
2222* memcached_nginx_module
2323* headers-more-nginx-module
2424* ngx_coolkit
25- * ngx_brotli (brotli v1.0.2)
25+ * ngx_brotli
2626* redis2-nginx-module
2727* srcache-nginx-module
2828* ngx_http_substitutions_filter_module
Original file line number Diff line number Diff line change 22
33# variables
44
5- NGINX_VER=1.13.11
5+ NGINX_VER=1.13.12
66
77# Colors
88CSI=" \\ 033["
106106
107107echo -ne " Downloading brotli [..]\\ r"
108108
109- git clone https://github.com/eustas /ngx_brotli.git >> /tmp/nginx-ee.log 2>&1
109+ git clone https://github.com/google /ngx_brotli.git >> /tmp/nginx-ee.log 2>&1
110110cd ngx_brotli || exit
111111git submodule update --init --recursive >> /tmp/nginx-ee.log 2>&1
112112
You can’t perform that action at this time.
0 commit comments