Update blurb

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-30 15:31:17 -07:00
parent b165c2112e
commit 3f494b037d

View File

@ -1,7 +1,7 @@
{ {
title: "Test nginx Configuration Directives" title: "Test nginx Configuration Directives"
blurb: "Write tests for `nginx.conf` directives and run them against a test blurb: "We use MoonScript and some Lua packages to write tests for the
server." directives in our `nginx` configuration files."
} }
$index $index
@ -15,14 +15,12 @@ correct.
To do this, we'll use... To do this, we'll use...
- [MoonScript](https://moonscript.org) and (by extension) - [MoonScript](https://moonscript.org) and (by extension) [Lua](https://www.lua.org/) programming languages
[Lua](https://www.lua.org/) programming languages
- `nginx` we'll get from [OpenResty](https://openresty.org/en/), a web platform - `nginx` we'll get from [OpenResty](https://openresty.org/en/), a web platform
created by Chinese developer, [Yichun Zhang](https://agentzh.org/) created by Chinese developer, [Yichun Zhang](https://agentzh.org/)
- the [Busted testing framework](https://lunarmodules.github.io/busted/) - the [Busted testing framework](https://lunarmodules.github.io/busted/)
- the Lua package manager, [LuaRocks](https://luarocks.org/) - the Lua package manager, [LuaRocks](https://luarocks.org/)
- a fantastic little library, - a fantastic little library, [`luajit-curl`](https://bitbucket.org/senanetworksinc/luajit-curl/src/master/),
[`luajit-curl`](https://bitbucket.org/senanetworksinc/luajit-curl/src/master/),
from Japanese developer [SENA Networks, Inc](https://www.sena-networks.co.jp) from Japanese developer [SENA Networks, Inc](https://www.sena-networks.co.jp)
- another great library, written by volunteers, [LuaSocket](https://github.com/lunarmodules/luasocket) - another great library, written by volunteers, [LuaSocket](https://github.com/lunarmodules/luasocket)
- our favorite container manager, [Docker Engine](https://docs.docker.com/engine/) - our favorite container manager, [Docker Engine](https://docs.docker.com/engine/)