更新 Others/根据gpu使用率调度/openresty配置.md
This commit is contained in:
parent
7113d0fe14
commit
7feb11409e
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue