macbre / docker-nginx-http3

Stable and up-to-date root-less nginx with quic + http/3, google brotli compression, njs, GeoIP2, and Grade A+ SSL config
https://hub.docker.com/r/macbre/nginx-http3
161 stars 53 forks source link

FR: Add njs support #82

Closed qwerzl closed 1 year ago

qwerzl commented 2 years ago

Official images have njs module built in since 2019. Is it possible to build it in this image?

njs is a subset of the JavaScript language that allows extending nginx functionality. njs is created in compliance with ECMAScript 5.1 (strict mode) with some ECMAScript 6 and later extensions. The compliance is still evolving.

macbre commented 1 year ago
macbre commented 1 year ago

@qwerzl - added to the image. Enjoy :)

qwerzl commented 1 year ago

Thanks a lot!