Removed lua_package_path from stream section

This commit is contained in:
2022-05-31 20:54:43 +02:00
parent 1e7972ee09
commit a1f1a22fb0

View File

@ -120,6 +120,5 @@ http {
} }
stream { stream {
lua_package_path "/usr/local/lib/lua/?.lua;;";
include /etc/nginx/streams-enabled/*; include /etc/nginx/streams-enabled/*;
} }