From a465082ac19f1e4d85aa23f6aa95ce800b5d2db1 Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 13 Oct 2023 16:22:06 +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 e9558c5..494142c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # nginx-quic -Docker image for Nginx + HTTP/3 +Docker image for Nginx + HTTP/3 - used as base image for NPMplus Requires: `zlib luajit pcre libstdc++ yajl libxml2 libxslt perl libcurl 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.