Browse Source

暂时不采集请求数

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

+ 1 - 1
nginx.conf

@@ -67,7 +67,7 @@ http {
   lua_package_path        ./lua/?.lua;
   lua_package_path        ./lua/?.lua;
   init_by_lua_file        ../lua/init.lua;
   init_by_lua_file        ../lua/init.lua;
   init_worker_by_lua_file ../lua/worker.lua;
   init_worker_by_lua_file ../lua/worker.lua;
-  log_by_lua              require('g').inc();
+  # log_by_lua              require('g').inc();
 
 
   map $http_origin $_origin_id {
   map $http_origin $_origin_id {
     include               allowed-sites.conf;
     include               allowed-sites.conf;