From 3f494b037ddab901ebdc88f045659ab7e3a1c26b Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 30 Jun 2025 15:31:17 -0700 Subject: [PATCH] Update blurb --- posts/2025-06-30-test-nginx-conf-directives.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/posts/2025-06-30-test-nginx-conf-directives.md b/posts/2025-06-30-test-nginx-conf-directives.md index b89dc39..d947d26 100644 --- a/posts/2025-06-30-test-nginx-conf-directives.md +++ b/posts/2025-06-30-test-nginx-conf-directives.md @@ -1,7 +1,7 @@ { title: "Test nginx Configuration Directives" - blurb: "Write tests for `nginx.conf` directives and run them against a test - server." + blurb: "We use MoonScript and some Lua packages to write tests for the + directives in our `nginx` configuration files." } $index @@ -15,14 +15,12 @@ correct. To do this, we'll use... -- [MoonScript](https://moonscript.org) and (by extension) -[Lua](https://www.lua.org/) programming languages +- [MoonScript](https://moonscript.org) and (by extension) [Lua](https://www.lua.org/) programming languages - `nginx` we'll get from [OpenResty](https://openresty.org/en/), a web platform created by Chinese developer, [Yichun Zhang](https://agentzh.org/) - the [Busted testing framework](https://lunarmodules.github.io/busted/) - the Lua package manager, [LuaRocks](https://luarocks.org/) -- a fantastic little library, -[`luajit-curl`](https://bitbucket.org/senanetworksinc/luajit-curl/src/master/), +- a fantastic little library, [`luajit-curl`](https://bitbucket.org/senanetworksinc/luajit-curl/src/master/), from Japanese developer [SENA Networks, Inc](https://www.sena-networks.co.jp) - another great library, written by volunteers, [LuaSocket](https://github.com/lunarmodules/luasocket) - our favorite container manager, [Docker Engine](https://docs.docker.com/engine/)