From 93162143aaa8b23b933cf1fc7d88a54243d297d9 Mon Sep 17 00:00:00 2001 From: amorozov Date: Fri, 8 Sep 2023 01:22:03 +0300 Subject: [PATCH] feature: try include lua module --- default.nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nginx.conf b/default.nginx.conf index baf373e..b7d549e 100644 --- a/default.nginx.conf +++ b/default.nginx.conf @@ -1,3 +1,5 @@ +include /etc/nginx/modules/http_lua.conf; + events {} set_by_lua $nginx_proxy_source_port 'return os.getenv("$NGINX_PROXY_SOURCE_PORT")';