Add nginx lua module form openresty

This commit is contained in:
Daniel Winzen
2020-07-05 22:51:49 +02:00
parent 4e183a490e
commit 20759103b0
2 changed files with 16 additions and 1 deletions

View File

@ -12,6 +12,7 @@ events {
}
http {
lua_package_path "/usr/local/lib/lua/?.lua;;";
##
# Basic Settings
##
@ -117,5 +118,6 @@ http {
}
stream {
lua_package_path "/usr/local/lib/lua/?.lua;;";
include /etc/nginx/streams-enabled/*;
}