Update lua.conf

This commit is contained in:
midoks 2023-02-11 16:47:46 +08:00
parent 3a26b71828
commit a0898c849e
1 changed files with 3 additions and 0 deletions

View File

@ -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;