Update lua.conf
This commit is contained in:
parent
3a26b71828
commit
a0898c849e
|
|
@ -3,6 +3,9 @@ lua_package_cpath "{$SERVER_PATH}/web_conf/nginx/lua/?.so;{$SERVER_PATH}/openres
|
|||
|
||||
lua_code_cache on;
|
||||
|
||||
#init_by_lua_file
|
||||
init_by_lua_file {$SERVER_PATH}/web_conf/nginx/lua/empty.lua;
|
||||
|
||||
#init_worker_by_lua
|
||||
init_worker_by_lua_file {$SERVER_PATH}/web_conf/nginx/lua/empty.lua;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue