From a1f1a22fb06f04bc2455c30569f8b6bb1ff84b70 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Tue, 31 May 2022 20:54:43 +0200 Subject: [PATCH] Removed lua_package_path from stream section --- etc/nginx/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 4e39f1f..81376c1 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -120,6 +120,5 @@ http { } stream { - lua_package_path "/usr/local/lib/lua/?.lua;;"; include /etc/nginx/streams-enabled/*; }