From 63a9bc92e9531da2eda298e4e2613d1b2934a574 Mon Sep 17 00:00:00 2001 From: Elijah Zupancic Date: Thu, 24 Aug 2023 17:14:23 -0700 Subject: [PATCH] Add section on njs --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1306c61..ce230e8 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,17 @@ This list is maintained by [Frederic Cambus](https://www.cambus.net). For update - [Measuring Nginx Cache Performance using Lua and Redis](https://charlesleifer.com/blog/measuring-nginx-cache-performance-using-lua-and-redis/) - [nginx-lua - Nginx 1.19+ with LUA support based on Alpine Linux, Amazon Linux, CentOS, Debian, Fedora and Ubuntu.](https://github.com/fabiocicerchia/nginx-lua) +## Nginx + njs +- [njs scripting language reference and examples](https://nginx.org/en/docs/njs/) +- [Collection of njs use cases](https://github.com/f5devcentral/nginx-njs-usecases) +- [JavaScript embedded on NGINX - Getting started with njs](https://www.bluedoa.com/javascript-embedded-on-nginx-getting-started-with-njs/) +- [Create Nginx extensions in JavaScript](https://dev.to/metal3d/create-nginx-extensions-in-javascript-3310) +- [Make your nginx config even more modular and reusable with njs 0.7.7](https://www.nginx.com/blog/make-nginx-config-even-more-modular-reusable-njs-0-7-7/) +- [Diagnostic logging with the NGINX JavaScript module](https://www.nginx.com/blog/diagnostic-logging-nginx-javascript-module/) +- [How to log request headers with NGINX and njs](https://wildwolf.name/how-to-log-request-headers-with-nginx-and-njs/) +- [Using NGINX as an Object Storage Gateway via njs](https://www.nginx.com/blog/using-nginx-as-object-storage-gateway/) +- [Easy HTTPS with NGINX and ACME via njs](https://steinkamp.us/posts/2023-08-10_easy-https-with-nginx) + ## OpenResty - [OpenResty - Fast web app server by extending Nginx](https://openresty.org/en/)