From 6baf03d1ed1c6b112f9938c1c0d19ccf2a5ddad6 Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 22 Apr 2024 00:12:33 +0200 Subject: [PATCH] Update README.md Signed-off-by: Zoey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b9fad3..4e4ac09 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # nginx-quic -Docker image for Nginx + HTTP/3 - used as base image for NPMplus, it also contains libmodsec and some modules (including lua). The python-version/python-latest build also contains python. +Docker image for Nginx + HTTP/3 - used as base image for NPMplus, it also contains libmodsec, some patches and some modules (including lua), you can find the all links in the Dockerfile. The python-version/python-latest build also contains python. Requires: `zlib luajit pcre2 libstdc++ yajl libxml2 libxslt libcurl lmdb libfuzzy2 lua5.1-libs geoip libmaxminddb-libs` and libmodsecurity
Please add: `lua_package_path "/usr/local/nginx/lib/lua/?.lua;;";` to the http part of your nginx.conf.