Add nginx lua module form openresty
This commit is contained in:
@ -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/*;
|
||||
}
|
||||
|
Reference in New Issue
Block a user