Skip to content

Commit 4e7555f

Browse files
committed
nginx update and fix ngx_brotli issue
last nginx release v1.13.12 ngx_brotli v1.0.2 wasn't working properly, revert to the previous version
1 parent dcea608 commit 4e7555f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

nginx-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# variables
44

5-
NGINX_VER=1.13.11
5+
NGINX_VER=1.13.12
66

77
# Colors
88
CSI="\\033["
@@ -106,7 +106,7 @@ fi
106106

107107
echo -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
110110
cd ngx_brotli || exit
111111
git submodule update --init --recursive >> /tmp/nginx-ee.log 2>&1
112112

0 commit comments

Comments
 (0)