You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1000,15 +1000,15 @@ It is recommended to install this module as well as the Nginx core and many othe
1000
1000
1001
1001
Alternatively, you can build Nginx with this module all by yourself:
1002
1002
1003
-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.9.3 (see [Nginx Compatibility](#compatibility)),
1003
+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.9.7 (see [Nginx Compatibility](#compatibility)),
1004
1004
* and then apply the patch to your nginx source tree that fixes an important bug in the mainline Nginx core: <https://raw.github.com/openresty/openresty/master/patches/nginx-1.4.3-upstream_truncation.patch> (you do NOT need this patch if you are using nginx 1.5.3 and later versions.)
1005
1005
* after that, download the latest version of the release tarball of this module from srcache-nginx-module [file list](https://github.com/openresty/srcache-nginx-module/tags),
1006
1006
* and finally build the Nginx source with this module
0 commit comments