Skip to content

Commit 8584271

Browse files
committed
doc: ngx_openresty -> OpenResty.
1 parent 92e5426 commit 8584271

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ The Nginx core also has a bug that could prevent [redis2-nginx-module](https://g
307307

308308
http://mailman.nginx.org/pipermail/nginx-devel/2012-March/002040.html
309309

310-
Note that, however, if you are using the [ngx_openresty](http://openresty.org/) 1.0.15.3 bundle or later, then you already have everything that you need here in the bundle.
310+
Note that, however, if you are using the [OpenResty](http://openresty.org/) 1.0.15.3 bundle or later, then you already have everything that you need here in the bundle.
311311

312312
[Back to TOC](#table-of-contents)
313313

@@ -993,12 +993,12 @@ Several common pitfalls for beginners:
993993
Installation
994994
============
995995

996-
It is recommended to install this module as well as the Nginx core and many other goodies via the [ngx_openresty bundle](http://openresty.org). It is the easiest way and most safe way to set things up. See OpenResty's [installation instructions](http://openresty.org/#Installation) for details.
996+
It is recommended to install this module as well as the Nginx core and many other goodies via the [OpenResty bundle](http://openresty.org). It is the easiest way and most safe way to set things up. See OpenResty's [installation instructions](http://openresty.org/#Installation) for details.
997997

998998
Alternatively, you can build Nginx with this module all by yourself:
999999

10001000
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.9.3 (see [Nginx Compatibility](#compatibility)),
1001-
* 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/ngx_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.)
1001+
* 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.)
10021002
* 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),
10031003
* and finally build the Nginx source with this module
10041004
```nginx
@@ -1132,5 +1132,5 @@ See Also
11321132
* [memc-nginx-module](https://github.com/openresty/memc-nginx-module)
11331133
* [lua-nginx-module](https://github.com/openresty/lua-nginx-module)
11341134
* [set-misc-nginx-module](https://github.com/openresty/set-misc-nginx-module)
1135-
* The [ngx_openresty bundle](http://openresty.org)
1135+
* The [openresty bundle](http://openresty.org)
11361136

0 commit comments

Comments
 (0)