From 7feb11409e641f88719f952fa1b8c4313821ad14 Mon Sep 17 00:00:00 2001 From: iProbe Date: Fri, 26 Jan 2024 16:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Others/=E6=A0=B9=E6=8D=AEg?= =?UTF-8?q?pu=E4=BD=BF=E7=94=A8=E7=8E=87=E8=B0=83=E5=BA=A6/openresty?= =?UTF-8?q?=E9=85=8D=E7=BD=AE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Others/根据gpu使用率调度/openresty配置.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Others/根据gpu使用率调度/openresty配置.md b/Others/根据gpu使用率调度/openresty配置.md index de71035..9cfbe0c 100644 --- a/Others/根据gpu使用率调度/openresty配置.md +++ b/Others/根据gpu使用率调度/openresty配置.md @@ -20,9 +20,6 @@ server { set $backend ''; rewrite_by_lua_file /usr/local/openresty/lualib/lb/lb.lua; - content_by_lua_block { - ngx.log(ngx.INFO, "backend ", $backend) - } proxy_pass http://$backend; } }