From c983c80a217c2823d4294a5a1cffd426a578a727 Mon Sep 17 00:00:00 2001 From: zjcqoo Date: Tue, 14 May 2019 19:44:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E4=B8=8D=E9=87=87=E9=9B=86?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index a06f5522773..34ee26eb733 100644 --- a/nginx.conf +++ b/nginx.conf @@ -67,7 +67,7 @@ http { lua_package_path ./lua/?.lua; init_by_lua_file ../lua/init.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 { include allowed-sites.conf;