Browse Source

修复 nginx lua_load_resty_core failed 错误

zjcqoo 6 years ago
parent
commit
2e71ecd1f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nginx.conf

+ 1 - 0
nginx.conf

@@ -63,6 +63,7 @@ http {
   # traffic statistics
   lua_shared_dict         traff   16k;
 
+  lua_load_resty_core     off;
   lua_package_path        ./lua/?.lua;
   init_by_lua_file        ../lua/init.lua;
   init_worker_by_lua_file ../lua/worker.lua;