新增GPU部分
This commit is contained in:
9
67-202508-雄安空能院/关停计划/offline.conf
Normal file
9
67-202508-雄安空能院/关停计划/offline.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 8088;
|
||||
server_name localhost;
|
||||
charset utf-8;
|
||||
location / {
|
||||
add_header Content-Type 'text/html; charset=utf-8';
|
||||
return 200 "平台已过试用期,请联系系统管理员";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user