Update nginx.conf
This commit is contained in:
@@ -13,7 +13,8 @@ events {
|
|||||||
|
|
||||||
http {
|
http {
|
||||||
# =================== LOAD LUA ========================= #
|
# =================== LOAD LUA ========================= #
|
||||||
lua_package_path "/usr/nginx_lua/lib/lua/?.lua";
|
lua_package_path "/usr/nginx_lua/lib/lua/?.lua;;";
|
||||||
|
lua_package_cpath "/usr/nginx_lua/lib/lua/5.1/?.so;;";
|
||||||
# =================== END LUA ========================== #
|
# =================== END LUA ========================== #
|
||||||
|
|
||||||
# =================== LOAD L7 ========================== #
|
# =================== LOAD L7 ========================== #
|
||||||
|
|||||||
Reference in New Issue
Block a user