更新 Others/根据gpu使用率调度/openresty配置.md

This commit is contained in:
iProbe 2024-01-26 16:45:17 +08:00
parent 7113d0fe14
commit 7feb11409e

View file

@ -20,9 +20,6 @@ server {
set $backend ''; set $backend '';
rewrite_by_lua_file /usr/local/openresty/lualib/lb/lb.lua; 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; proxy_pass http://$backend;
} }
} }